Output (NotesDOMParser - LotusScript®)

Writes data to the specified output object.

Defined in

NotesDOMParser

Syntax

Call notesDOMParser .Output( outputText )

Parameters

outputText

String. The content of the output.

Usage

See SetOutput for a discussion of the output object.

The NotesDOMParser class does not automatically generate output. You must explicitly call this method. For pipelined output, you must use this method in the PostDOMParse event.

Example