> That's in the category of "just the way Director works". The
> symbol table stores the case of the first occurrence of any
> new symbol.
Yup. This is easy to test using any new arbitrary symbol. Here's what I just
did in my Message window:
x = #USEALLUPPERCASEFORTHISTEST
put symbol("usealluppercaseforthistest")
-- #USEALLUPPERCASEFORTHISTEST
put symbol("butwhataboutlowercase")
-- #butwhataboutlowercase
y = #BUTWHATABOUTLOWERCASE
put y
-- #butwhataboutlowercase
So the first entry in the symbol table "sticks" and so your letter casing
may not match expectations.
Cheers,
Tom Higgins
Product Manager - Director Team
Macromedia
...
[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!]