- May
- 3,515
- 5
Arrays provide many nice features. However, at this time we have no simple method to write the contents of an array into a file. Accordingly, I propose the function
@ARRAYFILE[arrayname,filename[,w|a[,n]]]
which would write the contents of arrayname into filename. The optional arguments would be interpreted thus:
w write (or overwrite)
a append
n write n elements instead of all elements if n is less than the number of elements
--
Steve
@ARRAYFILE[arrayname,filename[,w|a[,n]]]
which would write the contents of arrayname into filename. The optional arguments would be interpreted thus:
w write (or overwrite)
a append
n write n elements instead of all elements if n is less than the number of elements
--
Steve