delete Command

The delete BASIC program deletes one or more items from the given file.

If dictionary is specified, the dictionary items are deleted. If dictionary is not specified, the data items are deleted.

This command does not delete the file itself. To remove data from the file, active update must be on (see set-active-update Command).

Syntax

delete file.reference {itemlist*} {selection.criteria} {(option}

Parameter(s)

options

i

Suppresses the message item deleted.

Example(s)

delete names smith

[435] item ’SMITH’ deleted

See Also

copy Command, delete-account Command, delete-file Command, fd Command, fdk Command