Category: Files
Back to System Functions
ReadByte(fileHandle As Integer)
Integer
Reads one unsigned byte from the current file position and returns it as an Integer.
The file position advances by one byte.
value = ReadByte(fileHandle)