Previous Next Edit Rename Undo Search Administration
| Documentation |
Sub Clear ( )Clears the array. If the array has one dimension only (i.e. if it is a vector), then each element is removed, and then after the clear, the size of the array is zero. If the array is multi-dimensional, then the array contents is just reset to zero or NULL, according to the array datatype.