ReadByte()

Syntax

Number.b = ReadByte()
Description
Read one byte on the current opened file.

For an example how reading from a file see at the ReadFile() command - with ReadByte() you just read a byte value instead of a complete line (string).

Supported OS

All

<- OpenFile() - File Index - ReadData() ->