BrianGarland / vscode-rpgfree

Visual Studio Code extension to convert fixed format RPGLE to free format
MIT License
18 stars 11 forks source link

Convert indicator MOVE lines to free form EVAL #64

Open m-tyler opened 1 year ago

m-tyler commented 1 year ago

For situations where the items are of a known type just by looking at the source line please convert them.

Please convert MOVE *OFF *IN98 type of statements into *IN98 = *OFF; Please convert MOVE *OFF INEMP_NOTZERO type of statements into INEMP_NOTZERO = *OFF;