Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






ReadText method

Reads text lines from a stream.

Defined in

NotesStream

Syntax

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

Parameters

oneLine&

Optional. Constant of type Long.

eol&

Optional. Constant of type Long. End-of-line character(s) within the text. The default is EOL_CRLF.

Return value

text$

String. The text read.

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

See examples

Examples: ReadText method




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009