Was this helpful?
Clear Array
Clears an array.
Syntax
exec 4gl clear array arr
arr
Specifies the handle of the array to clear. Integer.
Description
The clear array statement removes all of the rows from the specified array. This is similar to the 4GL ArrayClear( ) procedure.
Last modified date: 11/28/2023