The delete-index BASIC program removes either a specific B-tree index from a specified file, or all indexes if an asterisk is specified.
delete-index file.reference[a.code|*] {(options)}
a.code | Specifies the a (algebraic) processing code of the B-tree index to delete. The processing code must include an attribute number. | |
* | Specifies all indexes. | |
options | c | Specifies a case sensitive index. Default is case insensitive. |
delete-index entity a1
delete-index invoices a1(tcustomer.file;x;;1)
delete-index sales a1:3
delete-index entity *