Clears the buffer of input from or output to the specified file.
FFLUSH("filename")
"filename" |
- |
A string, the file name. |
A 1 if successful; otherwise it returns nothing.
If the file was open for output, the remaining contents of the buffer are written to the file. Used with FOPEN and FCLOSE.