tcl.delete-list
Deletes previously saved lists.
Syntax
delete-list {{file.reference} list.name}
Description
removes a list previously saved with a 'save-list' (or 'sl') command.
Deletes list from specified filename, otherwise defaults to 'pointer-file'.
If no listname is provided, the default list name of '%user.name' is deleted.
'dl' is a short hand for 'delete-list'.
Options
i Suppresses the 'item deleted' message. (ap)
Example
delete-list invoices
[435] item 'invoices' deleted.
Deletes the specific item 'invoices'.
delete-list *
Deletes all the lists in the pointer file.
delete-list<return>
[435] Item '%tom' deleted.
This deletes the default list for the current user.
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.
