vscode-rpgle
vscode-rpgle copied to clipboard
Use of SND-MSG and variable Msg causes linter issues.
Use of SND-MSG and variable Msg causes linter issues.
Is this a simple fix?
**FREE
Dcl-S Msg Varchar(64);
Msg = 'My message to the joblog';
SND-MSG *INFO %MSG( 'MSG9997' : 'WFIMSGF' :Msg ) %TARGET( *SELF );
*INLR = *ON;
Return;
I will look into it. Thanks for your sample.
Fixed in 0.26.4.