Erase Function [Runtime]/text/sbasic/shared/03104700.xhpEraseErase functionErase Function [Runtime]Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size.Syntax:Erase ArraylistParameters:Arraylist - The list of arrays to be erased.