Flush

Takes one parameter, TableName

Description:

Forces a flush of all data to the drive for the table specified by the TableName parameter. Data is normally flushed every X number of seconds as specified in the Moxie.cfg value of DiskFlushTimer. This command can be used to force the flush to happen prior to a procedure continuing execution.

Example:

Flush "MemTab.Person"