| = | Index Level | > |
| Syntax |
dynamic.array.variable<ac.expression{, vc.expression{, sc.expression}}>
expression > expression |
| Category | BASIC |
| Type | Reserved Character |
| Description |
terminates a dynamic array subscript reference, or acts as the logical operator "greater than".
|
| Options | |
| See Also | array references dynamic array ac.expression vc.expression READ assignment < gt left margin operators Boolean Evaluation special characters sc.expression relational operators |
| Example | customer.item<1> = name |
| Warnings | This symbol is also used as a logical operator within conditional expression. See "gt". |
| Compatibility |
| = | Index Level | > |