tcl.save-list
Saves active list.
Syntax
save-list {{file.reference} {listname}}
Description
writes the list of item-ids generated by a 'select', 'sselect', 'qselect' or 'get-list'.
If no file is specified, the pointer-file is used.
'save-list' must be invoked immediately after the verb that created the list.
'file.reference' is the file in which to save the list. If no file.reference is given, the list is saved in the pointer-file.
'listname' is the name of the list-item. If there is already an item with the specified item-id, it automatically overwritten by the new list. If no listname is specified, the default name, '%user.name', is used.
Example
sselect entity with area.code '714' by name
[404] 16782 items selected out of 272876 items.
save-list orange.county
List 'orange.county' in 'pointer-file' saved.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
