Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: random variable typing in Flash?
From: M T
Date: Wed, 6 Oct 1999 18:22:10 +0100



Trish -

Here's what I'm talking about, by the way:

Set Variable "whichItem" = "redPants"
Trace(whichItem)

RETURNS "redPants"

Set Variable whichItem = "redPants"
Trace(whichItem)

RETURNS nothing

Set Variable "whichItem" = "redPants"
Trace("whichItem")

RETURNS whichItem

and throughout all of these, an empty field named whichItem, on the stage,
never contains "redPants". So what's up? If whichItem is a variable, it is an
expression, and to my way of thinking, should be treated as such (never in
quotes). However, to put a string in it, it seems like it needs to be quoted
as a literal. Then, on the other hand, when you trace it, you DON'T put quotes
around it. So what's the deal?

Thanks,

MT

=====
*************************************************************
This is a web-based account I use when I can't access my "normal" mail account. Please reply to my regular address at 'm1cha3latearthlink [dot] net'. Thanks.
*************************************************************
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratchinwag [dot] com


Replies
  Re: FLASH: random variable typing in Fla, John Croteau

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]