DELETELIST Statement

Deletes a previously saved list from POINTER-FILE.

Syntax

DELETELIST list-name {account-name}

Syntax Elements

list-name is the name of a list, expressed as a variable or symbol name, or a literal enclosed in quotes, to be deleted.

account-name specifies an account other than the current account.

Operation

The list might have been saved by a SAVE-LIST, EDIT-LIST or COPY-LIST command executed at TCL, or by a WRITELIST statement executed in a DataBasic program.

Examples

DELETELIST 'ITEMS'

Deletes the list ITEMS (saved from your account) from the POINTER-FILE.

NAME = "ITEMS SYSPROG"
DELETELIST NAME

Deletes the list ITEMS (saved from the SYSPROG account) from the POINTER-FILE.