BrianGarland / vscode-rpgfree

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

nnnC VARYING converts to UCS2(nnn) VARYING instead of VARUCS2(nnn) #35

Open AG1965 opened 2 years ago

AG1965 commented 2 years ago

A definiton of a UCS2 field with varying length is not converted to VARUCS2 as it should be.

BrianGarland commented 1 year ago

@AG1965 Please provide an example of fixed and correctly converted free format code for this.

BrianGodsend commented 1 year ago

Sorry for my multiple commits related to this issue. I kept thinking I was doing something wrong in my commit message as the issues were linked, but not closed. I think linking to an issue will auto-close only if you are the creator of the issue. So, the pull request #79 from the BrianGodsend/vscode-rpgfree fork does fix this issue.