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

LIST built-in package

Procedure/Exception/Function

Description

LIST.APPENDITEM

procedure that appends an item to a list

LIST.DESTROY

procedure that deletes an entire list

LIST.DELETEITEM

procedure that deletes the item at the specified position in a list

LIST.FAIL

exception that is raised when any list operation fails

LIST.GETITEM

function that gets an item from a list

LIST.INSERTITEM

procedure that inserts an item into a list at the specified position

LIST.LISTOFCHAR

procedure type that specifies a handle to a list

LIST.MAKE

function that creates a new, empty list

LIST.NITEMS

function that returns the number of items in a list

LIST.PREPENDITEM

procedure adds an item to the beginning of a list

See also

About the LIST built-in package

About built-in packages