ReadByte()

Syntax

Number.b = ReadByte(#File)
Description
Read a byte (1 byte) from the #File.

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

Supported OS

All

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