tcl.delete-index
Deletes b-tree index.
Syntax
delete-index file.reference [a.code | *]
Description
removes either a specific b-tree index from a given file, or all indices if an asterisk is specified.
'a.code' specifies the 'a (algebraic)' processing code of the b-tree index to delete. The processing code must include an attribute number.
Example
delete-index entity a1
delete-index invoices a1(tcustomer.file;x;;1)
delete-index sales a1:3
delete-index entity *
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.
