A5_ZAP_TABLE Function
Syntax
C a5_zap_table(C tablename )
Arguments
- tablename
The name of the table containing the records to remove.
Description
Deletes all records from a DBF table.
Discussion
The A5_ZAP_TABLE() function removes records from the named table but preserves the table structure.
Example
? a5_zap_table("test") = ""
See Also