issues
search
barrettotte
/
vscode-ibmi-languages
Syntax highlighting for IBM i languages such as RPG, CL, DDS, MI, and RPGLE fixed/free.
https://marketplace.visualstudio.com/items?itemName=barrettotte.ibmi-languages
MIT License
34
stars
13
forks
source link
Additions to RPGLE
#116
Closed
worksofliam
closed
2 years ago
worksofliam
commented
2 years ago
RPG
New built-in function %CHARCOUNT to return the number of characters in a string, which might be different from the number of bytes or double bytes
New built-in functions for concatenating strings:
%CONCAT: concatenate several items with an optional separator.
%CONCATARR: concatenate the elements of an array with an optional separator.
Prototyped-parameter option *CONVERT for string or pointer parameters, to allow any data type to be passed as a parameter
A new optional parameter for %STR to specify the CCSID of the data for the pointer
RPG