Resets array fields to their initial values.
CLEAR-ARRAY NAME=array_name
NAME
CLEAR-ARRAY resets each field of the named array to its initial value specified in CREATE-ARRAY. If no initial value was specified, numeric fields are reset to zero, text fields are reset to null, and date fields are reset to null. CLEAR-ARRAY releases all memory used by the specified array.
clear-array name=custs