>To use the "addProp" function would it replace the value selected when >initially selecting a value through the behavior. Kinda. Like this? x=[:] put x -- [:] x.addprop(1,1) put x -- [1: 1] x.addprop(2,2) put x -- [1: 1, 2: 2] x.addprop(1,3) put x -- [1: 1, 2: 2, 1: 3] As you can see, it adds another item to the list. When you try to retrieve by property, though, you'll probably get the first one in the list: y=x.getProp(1) put y -- 1 Cordially, Kerry Thompson Learning Network [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/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!]
- Re: <lingo-l> Property description Li... Florian Bogeschdorfer
- RE: <lingo-l> Property description Lists Karina Steffens
- RE: <lingo-l> Property description Li... S�bastien Portebois
- RE: <lingo-l> Property descriptio... Karina Steffens
- Re: <lingo-l> Property description Lists Kerry Thompson
- RE: <lingo-l> Property description Lists Brian Ellertson
- Re: <lingo-l> Property description Lists Lists
- RE: <lingo-l> Property description Lists Merlin
- RE: <lingo-l> Property description Li... Mark R. Jonkman
- RE: <lingo-l> Property description Li... Kerry Thompson
- RE: <lingo-l> Property description Li... Kerry Thompson
- RE: <lingo-l> Property descriptio... Merlin
- RE: <lingo-l> Property descri... Kerry Thompson
- <lingo-l> Shockwave load... Merlin
- Re: <lingo-l> Shockw... Kerry Thompson
- <lingo-l> database Elvin M. Certeza, Jr.
- Re: <lingo-l> KERRY ROCK... Giles
- Re: <lingo-l> KERRY ... Kerry Thompson
- Re: <lingo-l> Property description Li... Florian Bogeschdorfer
