DELETELIST


The DELETELIST statement will delete the previously stored list named by expression.

 

COMMAND SYNTAX

DELETELIST expression

 

SYNTAX ELEMENTS

The expression should evaluate to the name of a list that has been stored either with the WRITELIST statement or the SAVE-LIST command from the shell.

 

NOTES

If POINTER-FILE is accessible then lists are saved in it. Otherwise they are saved in the jBASE work file.

 

EXAMPLES

List = "JobList"
DELETELIST List

will delete the pre-saved list called JobList.


jBC