> Hi, how can I insert in a property list a property value that I get from > a variable or any other piece of code. > > What I want to do is something like this... > > historylist.addprop(#tempsprite.member.name, tempsprite.member.text)
I would do something like this: historylist.addProp(symbol(tempsprite.member.name), tempsprite.member.text) Cordially, Kerry Thompson [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!]
