WriteByte()
Syntax
WriteByte(Number)Description
Write a byte sized number inside the current file. The file must be opened with write feature (ie: not with ReadFile()).
For an example see the CreateFile() command - with WriteByte() you just save a byte variable instead of a string.
Supported OS
All