delete-index

delete-index


delete-file Index Level delete-list
Syntax delete-index file.reference [a.code | *]
Category TCL
Type Verb
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.
Options
See Also create-index nframe-index a (algebraic) i (index, File-defining Item) verify-index b-tree clear-index indexer BEGIN WORK
Example delete-index entity a1

delete-index invoices a1(tcustomer.file;x;;1)

delete-index sales a1:3

delete-index entity *
Warnings
Compatibility D3 7.0 AP
delete-file Index Level delete-list