LOTUSSCRIPT/COM/OLE CLASSES
Writes text to a stream.
Defined in
NotesStream
Syntax
bytes& = notesStream.WriteText( text$ , [ eol& ] )
Parameters
text$
bytes&
This method appends the text to the end of the stream.
This method raises an error if the stream is read-only. See IsReadOnly.
When a stream is written, property values are:
Language cross-reference
writeText method in Java Stream class
Example