A script-enabled browser is required for this page to function properly.

LIST.DESTROY built-in procedure

This procedure deletes an entire list.

Syntax


PROCEDURE LIST.DESTROY
(list Listofchar);

Parameter

Description

list

The name of an existing list.

Example


/*
** Delete the List my_List
*/
LIST.DESTROY(my_package.my_List);

See also

About the LIST built-in package

LIST built-in package