Arrays in Rev
Mark Brownell
gizmotron at earthlink.net
Fri Dec 10 20:00:03 EST 2004
On Friday, December 10, 2004, at 12:17 PM, Troy Rollins wrote:
> Or in Lingo -
>
> myVar = [#check: [#this: [#out: "Cool"]]]
>
> put myVar.check.this.out
> -- "Cool"
>
> put myVar[1][1][1]
> -- "Cool"
>
[snip]
> Troy
That's where I got it, Director.
The point I'm making is that it's a container that can store
information at numerical points [101][2][23] or 101,2,23 or any
delimiter that you select. I get what I needed in Lingo working fine
for me in transcript. I'm just thankful that it works fast enough to be
worth it.
Mark
More information about the use-livecode
mailing list