Erase Function
Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size.
Syntax:
Erase Arraylist
Parameters:
Arraylist - The list of arrays to be erased.
Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size.
Erase Arraylist
Arraylist - The list of arrays to be erased.