TCL.DELETE
Deletes item(s) from file.
Syntax
delete file.reference {itemlist*} {(option}
Description
deletes one or more items from the given file.
If 'dict' is specified, the dictionary items are deleted. If 'dict' is not specified, the data items are deleted.
This command does not delete the file itself.
Options
i Suppresses the 'item deleted' message. (ap)
Example
delete names smith
[435] item 'SMITH' deleted
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.
