Clear_Table subroutine

Clears the data or dictionary information from a table without deleting the table. This subroutine does not allow you to clear system tables.

Clear_Table(tablename)

The Clear_Table statement has the following parameter.

ParameterDescription
tablenameSpecifies the name of the table to clear. By default, only the data portion of a table is cleared. To clear the dictionary portion of the table, specify "Dict.tablename".

From the command line, this clears the CAR_PARTS table:

run Clear_Table("CAR_PARTS")
  • guides/programming/programmers_reference_manual/clear_table.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1