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
If the below sample code is used, when run via ECL IDE the output Error helpfully includes a pointer to the issue ("Error: Floating point index used. Was an index range intended instead? (2, 17), 1052, )
When the same is tried with the VSC extension, the same information isn't available
myString := 'Test'; OUTPUT(myString[1.2]);
The text was updated successfully, but these errors were encountered:
If the below sample code is used, when run via ECL IDE the output Error helpfully includes a pointer to the issue ("Error: Floating point index used. Was an index range intended instead? (2, 17), 1052, )
When the same is tried with the VSC extension, the same information isn't available
myString := 'Test';
OUTPUT(myString[1.2]);
The text was updated successfully, but these errors were encountered: