EOS Property
Indicates whether the current position is at the end of the stream.
Return Values
Returns a Boolean value that indicates whether the current position is at the end of the stream. EOS returns True if there are no more bytes in the stream; it returns False if there are more bytes following the current position.
To set the end of stream position, use the SetEOS method. To determine the current position, use the Position property.
Applies To
See Also
EOS and LineSeparator Properties and SkipLine Method Example (VB)
Stream Object (ADO)