FreeList()

Syntax

FreeList(LinkedList())
Description
Free the specified list and release all its associated memory. To access this list again later, NewList has to be called for it.

Parameters

LinkedList() The name of the linked-list to free.

Return value

This function has no return value.

See Also

ClearList()

Supported OS

All

<- FirstElement() - LinkedList Index - InsertElement() ->