ERASE¶
Syntax¶
Purpose¶
To eliminate arrays from a program.
Remarks¶
Arrays may be redimensioned after they are ERASEd, or the previously allocated array space in memory may be used for other purposes. If an attempt is made to redimension an array without first ERASEing it, a "Redimensioned array" error occurs.
Example¶
See Also¶
- DIM - Declare array dimensions and allocate memory for array variables
- OPTION BASE - To declare the minimum value for array subscripts