.

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


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