At 5:39 PM -0700 8/7/2001, Rodney Tamblyn wrote:
>put "x" into test[bob]
>put test into test2[nest]
>
>I can convert the array back into a string (thanks to the
>new commands in 2.4 beta) but is there a more direct way
>of creating multidimensional arrays. I am just asking in case
>I am missing something obvious here.
Try separating the indexes with a comma:
put "x" into test2[bob,test]
put "x" into test[foo,bar]
put "y" into test[a,bar]
put "something" into myArray[i,j,k]
--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.