$CLEARARRAY (initialize array)
$CLEARARRAY deletes all information stored in an array and reinitializes the array.
Syntax
$CLEARARRAY(array-name)
Values
-
array-name
Specifies the name of the array to be initialized.
Status
The following table lists and describes the possible statuses:
Status |
Description |
---|---|
NORMAL |
Normal end |
NODATA |
— |
ERROR |
— |
Script execution interrupted |
An invalid argument was specified, or an error other than the above occurred. |
- Legend:
-
—: Not applicable
Example
See the example for $SETARRAY (set value to array).