Hey all - just trying to figure out the best way of keeping a faked 
timecode to trigger animations, and in testing in the message window, I 
was going to keep the timecode as the property (I know, not the best way 
of doing things) with the animation to trigger as the value. Tried putting 
in #133 but dir sees it as 133, whereas "133" is correct as a string....

g[#1333]="14.1"
g[#hep]="3"
put g
-- [#hep: "3"]
g[133]=3
g["133"]=3
put g
-- [#hep: "3", "133": 3]
put #133
-- 133


Is this correct, meaning integers are symbols?


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

Reply via email to