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
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]);