FORM.LIST |
![]() ![]() ![]() |
The FORM.LIST command creates an active select list from a list of record keys in a file.
Format
FORM.LIST {DICT} file.name record.id
where
The FORM.LIST command reads the named record and uses it to form active select list zero. Any previously active select list zero is discarded. Typically, the list of record keys has been generated by a user written program.
Example
FORM.LIST INVENT.LISTS INVENTORY 92 records selected.
In this example, a record named INVENTORY in file INVENT.LISTS is restored to become active select list zero. |