SAVE.LIST |
![]() ![]() ![]() |
The SAVE.LIST command is used to save an active select list for future use.
Format
SAVE.LIST list.name {FROM list.no}
where
The SAVE.LIST command copies an active select list to the $SAVEDLISTS file. This file will be created if it does not already exist.
If the active list has already been partially processed, only the remaining items are saved. The active select list is cleared after it has been saved.
@SYSTEM.RETURN.CODE is set to the number of items in the saved list. In the event of an error, the value is a negative error code.
Example
SAVE.LIST INVENTORY FROM 3 Saved list 'INVENTORY' in $SAVEDLISTS.
This example saves active select list 3 as INVENTORY.
See also: |