FileInterface.Peek() Method |
Top |
DescriptionReads and returns the next character on the stream without extracting it from the stream.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Return Value
Returns the character extracted from the stream. If the end of the file is encountered, "EOF" is returned.
Syntax
See also
|