GET.LIST

Top  Previous  Next

 

The GET.LIST command is used to restore a previously saved select list.

 

 

Format

 

GET.LIST list.name { TO list.no }

 

where

 

list.nameis the name of the record in $SAVEDLISTS that is to be restored.

 

list.nois the select list number in the range 0 to 10 to which list.name is to be restored. If omitted, select list zero is used.

 

 

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.

 

 

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, SAVE.LIST