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

The Output.ClearBuffer() method clears any accumulated content from the output buffer.

Syntax

VBScript:

Output.ClearBuffer()

JScript:

Output.ClearBuffer();

Notes

Output.ClearBuffer() returns an error if Output.Buffer is False.

For more information and an example, see the documentation for Output.Buffer.

Applies To

Output Object