IsEOS (NotesStream - LotusScript®)

Read-only. Indicates whether the selected position is at the end of the stream.

Defined in

NotesStream

Data type

Boolean

Syntax

To get: flag = notesStream .IsEOS

Legal values

  • True indicates end of stream.
  • False indicates not end of stream.

Usage

This property is True in the following cases:

Example