>Message: 22
>Date: Thu, 11 Sep 2008 17:30:09 +0100
>From: "David Bovill" <[EMAIL PROTECTED]>
>Subject: Re: Arrays: new and old keys
>To: "How to use Revolution" <use-revolution@lists.runrev.com>
>Message-ID:
>       <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=ISO-8859-1
>
>Oh - and anyone know where to find some documentation on the
>multidimensional arrays in Rev3.0?
>

I think that this is a bug fix requested. I got them working like this:

put "Hello World" into zam
put return & "I have a news" after zam
put return & "This test works with numerical keys" after zam
put return & "I sure would like these: [1][2][1][4]" after zam
   
put "test level 1" into myArray[1]

repeat with i = 1 to 4
 put line i of zam into myArray[1][i]
end repeat

answer myArray[1][3]

it works

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to