This command will deallocate an array previously allocated using the ALLOC (Allocate Field) command or ALOCARY() function. The memory used will be released to be used again.
REMVA fn/v | Required - The name of the field that had been previously allocated. |
COMMENTS
This command will not remove any fields that have been defined in the original program, only those that have been allocated with the ALOCARY() function, or ALLOC() (Allocate Field) command while the program is running.
See Also
Page url: http://www.cassoftware.com/tas/manual/removearray.htm