EDIT-LIST

Man Page Index


Invokes an editor session to allow you to create, modify, merge or delete a select list.

 

SYNTAX

EDIT-LIST {list-name {account-name}} {(options}

 

SYNTAX ELEMENTS

list-name specifies the name of the list to be edited. If the list does not already exist it will be created. If you do not specify a list name, the default list will be used.

account-name is the name of the account from which the list was saved. If you do not specify account-name, the current account name will be used.

options can be:
ED=editor editor is the name of the editor you want to use. Default is ED.

 

NOTES

The EDIT-LIST command is used when you want to edit the contents of a new or existing saved list. The command will convert the list into an editable record and pass it to the editor. When the edit session is finished, the record will be reconverted to a list and stored under its original name.

You can specify an editor other than ED by naming the editor in the ED option.

Also see the information on list storage.

 

EXAMPLE

EDIT-LIST A.SALES ED=NOTEPAD

Edits the list called A.SALES. The editor used is Windows Notepad.


LIST