GET.LIST |
|
|
The GET.LIST command is used to restore a previously saved select list.
Format
GET.LIST list.name { TO list.no } { COUNT.SUP }
where
The GET.LIST command retrieves a previously saved select list from $SAVEDLISTS. If the target list list.no was already active, the retrieved list replaces the previous list.
Both @SYSTEM.RETURN.CODE and @SELECTED are set the the number of items in the list.
Examples
GET.LIST OVERDUE.INVOICES 57 records selected.
This example restores the default select list from a list named OVERDUE.INVOICES in the $SAVEDLISTS file.
GET.LIST INVENTORY TO 3 91 records selected.
This example restores a select list saved as INVENTORY to select list 3.
See also: COPY.LIST, DELETE.LIST, EDIT.LIST, FORM.LIST SAVE.LIST, SORT.LIST |