LOTUSSCRIPT/COM/OLE CLASSES


ReadText method
Example

Reads text lines from a stream.

Defined in

NotesStream

Syntax

text$ = notesStream.ReadText( [ oneLine& ] , [ eol& ] )

Parameters

oneLine&

eol& Return value

text$


Usage

This method starts at Position and reads text until end of line, including the end-of-line character, or end of stream.

Language cross-reference

readText method in Java Stream class

Example