From http://www.w3schools.com (Copyright Refsnes Data)
Complete Stream Object Reference
The EOS property returns a boolean value that indicates whether the current position is at the end of the stream. True indicates that the current position is at the end of the stream.
Tip: To set the current position to the end of the stream, use the SetEOS method.
Tip: To determine the current position of the stream, use the Position property.
| objStream.EOS |
Complete Stream Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)