ReadCharacter()

Syntax

Number.c = ReadCharacter(#File)
Description
Read a character (1 byte in ASCII, 2 bytes in unicode) from the #File.

For an example of how to read from a file, see the ReadFile() function - with ReadCharacter() only a character value is read, instead of a complete line (string).

Supported OS

All

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