DisposeList

Top  Previous  Next

S

A

W

WS

ü

ü

The following commands have been implemented in EMUEScript exactly as they are implemented in OLIE™:

 

Syntax -

DisposeList <NameOfList>

       Where:

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

 

Description:

This command is used to dispose of or delete the list specified by <NameOfList>.  Lists are automatically disposed of when a script terminates.

 

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

 

Note: Lists can also be disposed of interactively by right clicking on a List header on the Lists tab and clicking Delete List.

 

Sample:

       The following statement uses the DisposeList command to dispose of the list named Accounts.

DisposeList Accounts

 

See Also:

CreateList

ListExists

FindListPosition

GetListCount

GetListMember

GetListPosition

PutListMember

SetListPosition