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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to