Hello,

sure u can!

e.g.

lNames = [[#name:"Bob"], [#name:"Heather"]]

put lNames[1].getProp(#name)
-- "Bob"

put lNames[2].getProp(#name)
-- "Heather"

HTH,

~ Sandy.




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bill Numerick
Sent: Wednesday, February 06, 2002 8:24 PM
To: [EMAIL PROTECTED]
Subject: <lingo-l> Using getAt/getOne to get value inside of an internal
list inside of a list..


Hey All,

Can I use getAt or getOne to get the value inside of a list that's inside of
another list?

Example

[[#name:Bob], [#name:Heather]]

and lets say I wanted to find a name with the value of Heather using
getAt/getOne can I do that?  If so how? :)

Thanks guys/gals!

Bill

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to