The "RowsDeleteAll" Command |
This command is used to delete all rows in a table, to only delete specific rows then you should use the "RowsDelete" command.
The command must be used within a "Table" block.
This command takes no parameters.
EXAMPLE |
<$Table "Error"> <$RowsDeleteAll> <$/Table>