ReadByte
Category: Files
Signature
ReadByte(fileHandle As Integer)
Returns
Integer
Description
Reads one unsigned byte from the current file position and returns it as an Integer.
The file position advances by one byte.
Example
value = ReadByte(fileHandle)