FreeList()

语法

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

参数

List() The name of the list to free.

返回值

无.

参阅

ClearList()

已支持操作系统

所有

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