| save | Index Level | scrub-ovf |
| Syntax | save-list {{file.reference} {listname}} |
| Category | TCL |
| Type | Verb |
| 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. |
| Options | |
| See Also | el sl delete-list secondary list pointer-file get-list sort-list qselect active list edit-list copy-list u0195 select fl list-lists compare-list |
| 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. |
| Warnings | In R83, a file other than "pointer-file" may be specified, provided that it is defined as a "dc-type" d-pointer. "dc-types" are not required in D3. |
| Compatibility | D3 7.0 AP R83 |
| save | Index Level | scrub-ovf |