PDA

View Full Version : Variables?


mitu
08-07-2003, 05:42 AM
Hi,

I have just started studying action scripting. I had a basic difficulty. When we declare variables when is it necessary to keep the "expression" option on and when to keep it off?? i.e the inverted commas that we give.

If somebody could please help me.

Thanks!!

Mitu

farafiro
08-07-2003, 06:31 AM
we keep it on if we want it as it is (i.e. a String)
we keep it off if it's a number or we want to equalaise 2 variables

mitu
08-07-2003, 10:13 AM
Thanks for the reply.