| dimensioned array | Index Level | array references |
| Syntax | |
| Category | BASIC |
| Type | Definition |
| Description |
a string containing any of the three main system delimiters; attribute marks, value marks, and subvalue marks. It is called "dynamic" for its ability to insert and delete array elements without having initially declared the array size.
When referencing a dynamic array, it may be treated as any other variable, with or without a subscript. |
| Options | |
| See Also | array references READ DEL dimensioned array array > MATBUILD MATPARSE < assignment INSERT EXTRACT REMOVE |
| Example |
s = ''
Sets the entire array to null. s<3>='' Sets the third attribute to null. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| dimensioned array | Index Level | array references |