StringReader: Read

Read

Returns the next character in the string, moving the current position to the next character.



 Public Function Read ( ) As Long

Return Values

Long -  For characters from &H8000 and above, the value will be positive still, even though the underlying Integer is negative. This is to allow for a -1 to be returned without being confused with an actual character in the string.

See Also

Project CorLib Overview

Class StringReader Overview