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[2]] ? If so, how would I extract the keys?

Greg




Gregory Lypny
Concordia University
___________________
"Better for us if you don't understand."
The Tragically Hip

http://rubbersoul.concordia.ca

Reply via email to