R
RB Smissaert
Having some trouble with what seems to be a simple problem.
I have to write a 1-dimensional array of integer numbers to a text file.
The output has to be in this format:
1247
8541
329125
14
Have tried all the possible combinations of write and print, but can't get
the above result.
I have no problem doing this with a 2-dimensional array.
Thanks for any advice.
RBS
I have to write a 1-dimensional array of integer numbers to a text file.
The output has to be in this format:
1247
8541
329125
14
Have tried all the possible combinations of write and print, but can't get
the above result.
I have no problem doing this with a 2-dimensional array.
Thanks for any advice.
RBS