FLUSH function

Purpose: FLUSH forces any data held in a write to file buffer to be written to the file. The file remains open after FLUSH has executed.


 Syntax:

 FLUSH(hFile)

 Parameters:

  • hFile Name of handle to file to be flushed.