Navigation: A-Shell BASIC (ASB) > Statements
Array Statements
Added January 2022
Statement
Description
DIMX
Create a dynamic array
.CLEAR
Remove all elements of the array.
REDIMX
Re-dimension an array originally created with DIMX.
See Also