Writes an output string to a document.
PSDocumentClass object
psDocument.Write( string )
Argument |
Description |
---|---|
string |
The output string |
None
At runtime, Write calls the print method on javax.servlet.jsp.JspWriter.
The following example writes the string “Hello World!” to the current document:
psDocument.Write("Hello World!");