On Tue, Apr 6, 2010 at 5:29 AM, Ian Clark <[email protected]> wrote: > I need to store a 2-D integer array, call it z, in an ascii text file > and recover it on reloading the file.
You might consider using linrep=:3 :'5!:5<''y''' and storing linrep z. To reconstitute your array, use ". -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
