On 8/8/01 10:24 AM, "Jeanne A. E. DeVoto" <[EMAIL PROTECTED]> wrote:
> 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]
I put a crude stack (matrix.mc) that illustrates the new matrix operations
at:
Ftp://navigator.u-aizu.ac.jp
Name: anon (not anonymous)
Password: me
Steve Tripp
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.