ReadByte

Category: Files

Back to System Functions


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)