Language Reference Guide : 3. Statements : EXEC 4GL Statements for 3GL : Clear Array Statement
 
Share this page                  
Clear Array Statement
This statement clears an array.
This statement has the following syntax:
exec 4gl clear array arr;
The clear array statement removes all the rows from the specified array. This statement is similar to the Clear method used with the ArrayObject class.
This statement has the following parameter:
arr
Specifies the handle of the array to clear. It is a 4-byte integer.