Set Array Element Operator []
Syntax |
| |
---|---|---|
Semantics | The operator | |
Substitutables |
| Can be any variable or object attribute having the type Array. |
| Can be any expression that evaluates to an integer. | |
It is not possible to use class operations as index function – only built-in action script language operations are allowed. | ||
Examples | The examples below are based on the following class structure: Object input is of type Container having a string array called myList and an array called myComplexList. The latter one holds elements of type ContainerElement, which in turn contain the integer attribute number.
NONE
NONE
|
Related Pages: