I have this code that prints the variables to a text file.
code:
for IndexVariables do
put(IndexVariables);
put // ;
endfor;
This prints only the first 12 characters of each variable.
Why is that?
Thanks, WM