Assigns a value to a variable or property. Name can be a simple variable or an element of an array. Value can be a text string, expression, function, variable, or datasheet value. Uses the equal sign (=) operator.
variable = value
| Item | Description |
|---|---|
| variable | Any variable or writable property |
| value | Any numeric or string literal, constant, or expression |