| * | Index Level | *= |
| Syntax |
item<*>
item<*,*> item<*,*,*> |
| Category | BASIC |
| Type | Operator, Relational |
| Description | A "wildcard" array reference within dimensioned and dynamic arrays. |
| Options | |
| See Also | array references arrays, relational expressions |
| Example | if orders<price,*> = 10 then print "Price is 10" |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| * | Index Level | *= |