ARRAY_CLEAR
Clears an array.
Description
Clears all items from the specified array. After the execution of this command the array will be empty.
Syntax
ARRAY_CLEAR [Array name]
Command parameters
Command parameter | Assignment | Value format | Input options |
---|---|---|---|
Array name | Required | String | Local, variable |
Array name:
Name of the array.
Sample code
ARRAY_CLEAR Data