= (assignment)
SWiSH Player Support
SWF4 or later - Supported Internally
Syntax
expression1 = expression2
Arguments
expression1 : A variable, element of an array, or property of an Object.
expression2 : A value of any type.
Returns
Nothing.
Description
Assigns the value of expression2 to the item defined in expression1.
Sample
x= 10 ; // assigned the number 10 to the variable x
x="hello"; // assigns the string "hello" to the variable x