APGen Documentation Previous Topic: Output.ClearBuffer() Next Topic: Output.Open() Parent Topic: Output Object    Output Object
Output.FlushBuffer()
See Also:

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

Output Object