Even better. 
Thanks Roy.

>x = [12: "thing", 3: "hat", 25: "fish"]
>
>put x
>-- [12: "thing", 3: "hat", 25: "fish"]
>
>put x.getAProp(12)
>-- "thing"
>
>x.deleteProp(12)
>put x
>-- [3: "hat", 25: "fish"]
>-- 


--------------------[    http://www.grimmWERKS.com   ]------------------
 [ graphic design -|- sound design -|- shockwave -|- lingo -|- cdrom  ]
             


[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!]

Reply via email to