Indicates whether the current position is at the end of the stream.
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.
Visual Basic ExamplemdproEOSX
Applies To: Stream Object
© 1998-2001 Microsoft Corporation. All rights reserved.