ClearList

Top  Previous  Next

S

A

W

WS

ü

ü

Syntax -

ClearList <NameOfList>

       Where:

       <NameOfList> is the user defined name that is assigned to the list.

 

Description:

This command is used to clear the contents of list specified by <NameOfList>.  This command differs from DisposeList in that ClearList command only deletes the contents of the list without deleting the list itself.

 

Note: This command will fail if the list specified by <NameOfList> does not exist.

 

Sample:

       The following statement uses the ClearList command to clear the contents of the list named AccountNumbers.

ClearList AccountNumbers