WriteByte()
Syntax
WriteByte(#File, Number)Description
Write a byte number (1 byte) in the #File. The file must be opened with write feature (ie: not with ReadFile()).
For an example see the CreateFile() command - with WriteByte() it just saves a byte number instead of a string.
Supported OS
All