You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error I want to report is related to programs where compile-time arrays of the CTDATA type are used at the end of the program. The error occurs when these arrays have numeric data. Code For i automatically suppresses leading zeros and updates the list of elements in these arrays. This does not happen with all sources; in some cases it respects leading zeros but in others it does not. It seems to me that the error only happens when there are spaces before the numeric value.
I attach an example.
Original Code
Code after opening in Visual Code
To Reproduce
Steps to reproduce the behavior:
Open a source that has CTDATA type arrays at the end of the program and that has numeric values.
Scroll down to the end of the program
In some cases Visual automatically suppresses leading zeros and updates the list of elements in these arrays
It seems to me that the error only happens when there are spaces before the numeric value.
<style>
</style>
Content
Version
Code For IBM i
2.15.3
Visal Studio Code
1.98.0
Operating System
win32_x64
The text was updated successfully, but these errors were encountered:
The error I want to report is related to programs where compile-time arrays of the CTDATA type are used at the end of the program. The error occurs when these arrays have numeric data. Code For i automatically suppresses leading zeros and updates the list of elements in these arrays. This does not happen with all sources; in some cases it respects leading zeros but in others it does not. It seems to me that the error only happens when there are spaces before the numeric value.
I attach an example.
Original Code

Code after opening in Visual Code
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: