Expand/Shrink

db_delete_record

Definition: db_delete_record(integer i)
Description: Delete record number i from the current table.
pwa/p2js: Not supported
Comments: The record number, i, must be an integer from 1 to the number of records in the current table.
Example:
db_delete_record(55)
See Also: db_insert, db_table_size