ReadByte()
Syntax
Number.b = ReadByte(#File)Description
Read a byte (1 byte) from a file.
Parameters
#File The file to read from.
Return value
Returns the read byte or zero if there was an error.
See Also
WriteByte(), ReadFile()
Supported OS
All