I have a string array named "spools" that was built using a for loop. I am trying to print the array using a variable called display which prints as follows
1.00 2.00 3.00 etc
This is how I built the array:
StringVar array spools := ['0'];
stringvar display;
if OnFirstRecord then
spools[1]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.