DisposeList |
Top Previous Next |
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:
|