8.2.4 Assignment Operator (=)

Used to assign a value to a variable or property.
Syntax
variable = value
Arguments
- variable
- Any variable or any writable property.
- value
- Any numeric or string literal, constant, or expression.
Remarks
The name on the left side of the equal sign can be a simple scalar variable or an element of an array. Properties on the left side of the equal sign can only be those properties that are can be written at run time.
Copyright © 2000 Chili!Soft
|