Re: [Jprogramming] Writing array to file

2019-11-04 Thread 'Jim Russell' via Programming
As I recall, the component files add in's (I think a carry over from Sharp and STSC APL) are ideal. > On Nov 4, 2019, at 8:57 AM, Adam Antonik wrote: > > I have a number of arrays of boxes of arrays of ... of ints, doubles and > strings. How can I efficiently save and load these from disk? >

Re: [Jprogramming] Writing array to file

2019-11-04 Thread Devon McCormick
I use this: https://code.jsoftware.com/wiki/Scripts/File_J_Variables . Please let me know if you have any questions about it. On Mon, Nov 4, 2019 at 8:57 AM Adam Antonik wrote: > I have a number of arrays of boxes of arrays of ... of ints, doubles and > strings. How can I efficiently save and l

[Jprogramming] Writing array to file

2019-11-04 Thread Adam Antonik
I have a number of arrays of boxes of arrays of ... of ints, doubles and strings. How can I efficiently save and load these from disk? -- For information about J forums see http://www.jsoftware.com/forums.htm