Zaeem 0 Report post Posted May 25, 2006 To make a new variable (declare a new variable): Type the statement: var x; where x is the name of the variable; To put some data in already made (declared): x = "data"; The statement must end with a " ; ". Share this post Link to post Share on other sites
apurva 0 Report post Posted May 25, 2006 and whats the use of this? Share this post Link to post Share on other sites
lone_wild_wolf 0 Report post Posted June 24, 2006 ya what is the use of this......BTW its better if you specify the data type:eg.var x:Number:) Share this post Link to post Share on other sites