Hi,
I need the best format to write a large DAT file with numbers from a loop.
idea:
openfile of some sort
For c1 = 1 to x
For c2 = 1 to y
For c3 = 1 to z
Write (c1,c2,c3,c1*c2*c3) to a file in some number format
next
next
next
closefile of somesort
In other words which keywords do I use? FilePut, FileWite etc.
If anyone has an example I'd appreciate it very much....
thnx
Marc
I need the best format to write a large DAT file with numbers from a loop.
idea:
openfile of some sort
For c1 = 1 to x
For c2 = 1 to y
For c3 = 1 to z
Write (c1,c2,c3,c1*c2*c3) to a file in some number format
next
next
next
closefile of somesort
In other words which keywords do I use? FilePut, FileWite etc.
If anyone has an example I'd appreciate it very much....
thnx
Marc
Last edited: