b = ReadByte(id[, flags])
id
and
returns it. Reading starts from the current file cursor position which
you can modify using the Seek() command. After reading,
ReadByte()
will advance the file cursor by one byte.
The flags
parameter may be set to one of the following flags:
#IO_UNSIGNED:
#IO_SIGNED:
#IO_UNSIGNED
) (V9.0)