ReadAsciiCharacter()

Syntax

Number.a = ReadAsciiCharacter(#File)
Description
Read an ascii character (1 byte) from a file.

Parameters

#File The file to read from.

Return value

Returns the read ascii character or zero if there was an error.

See Also

WriteAsciiCharacter(), ReadUnicodeCharacter(), ReadCharacter(), ReadFile()

Supported OS

All

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