The EDIT-LIST command invokes the Editor on a select-list that was previously saved.
Format
EDIT-LIST [filename] list-name [list-name...] |
Parameter(s)
filename |
Specifies the pointer-file where the select-list is stored. If filename is not specified, the default is POINTER-FILE. |
list-name |
Name of the select-list. If list-name is not specified, the default is @. |
Description
Each item in a select-list appears as a line in the Editor.
Editing a Select-list
The following example invokes the Editor for select-list CNAMES:
>EDIT-LIST CNAMES TOP . |
The Editor commands can now be used to edit the select-list.