.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Output method
Example

Writes data to the specified output object.

Defined in

NotesDOMParser

Syntax

Call notesDOMParser.Output( outputText )

Parameters

outputText


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
See Also