Output.FlushBuffer()
 



The Output.FlushBuffer() method writes the buffer contents to the output stream, then clears the buffer.
Syntax
VBScript:
Output.FlushBuffer()
JScript:
Output.FlushBuffer();
Notes
Output.FlushBuffer() returns an error if Output.Buffer is False.
For more information and an example, see the documentation for Output.Buffer.
Applies To