| D |
Index: D M |
| DIM | Establishes the size of a dimensioned array. |
| DIMENSION | Establishes the size of a dimensioned array. |
| M |
Index: D M |
| MAT | Sets each element of a dimensioned array to the same value. |
| MATBUILD | Converts between dimensioned and dynamic arrays. |
| MATPARSE | Converts between dimensioned and dynamic arrays. |
| MATREAD | Identical to READ except that the receiving dynamic array is replaced by a receiving dimensioned array. |
| MATREADU | Identical to READU except that the receiving dynamic array is replaced by a receiving dimensioned array. |
| MATWRITE | Identical to WRITE except that the receiving dynamic array is replaced by a receiving dimensioned array. |
| MATWRITEU | Identical to WRITEU except that the receiving dynamic array is replaced by a receiving dimensioned array. |
| | |