gDatabase[#date] = "Today" gDatabase[#name] = "LingoSlingers
Or in one line via
gDatabase = [#date: Today, #name: "Lingoslingers"]
Course I'd be careful using 'lingo' words as props, ie #date (date object) and "name" (member prop)
On Monday, June 30, 2003, at 04:31 PM, Neil wrote:
gDatabase = [:] gDatabase.addProp(#date,"Today") gDatabase.addProp(#name,"LingoSlinger")
[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!]
