At 11:51 -0500 04/10/2002, [EMAIL PROTECTED] wrote:
>Is this correct, meaning integers are symbols?
More accurately that symbols are treated as integers, if memory serves.
Try putting a char at the head, such as "_":
g[#_1333]="14.1"
You'd have to remove it if you're trying to use those numbers as
numbers, though, so it might just be faster to do 'em as strings:
g["1333"]="14.1"
--
Warren Ockrassa | http://www.nightwares.com/
Director help | Free files | Sample chapters | Freelance | Consulting
Author | Director 8.5 Shockwave Studio: A Beginner's Guide
Published by Osborne/McGraw-Hill
http://www.osborne.com/indexes/beginners_guides.shtml
[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!]