Re: Darwin Question

2002-07-25 Thread Sivakatirswami
Richard MacLemale wrote: > As stated in a previous post, MetaCard can read/write faster to 30 fields in > a single stack than 30 individual text files, so I'm trying to use stacks to > store data. And so, apparently, when writing to a text file you can do > open/write/close, but when working wit

Nested Arrays

2002-07-25 Thread Gregory Lypny
Hi Everyone, I think this came up before but I haven't been able to find it in the archives: does MC do nested arrays of the type array[x[y]]. For example, can I use put "Start" into array[state[1]] put 'Stop" into array[state[2]] put "Abort" into array[error[1]] put "Continue" into array[error[