WriteByte
Category: Files
Signature
WriteByte(fileHandle As Integer, value As Integer)
Returns
Void
Description
Writes the low 8 bits of an Integer value at the current file position.
The file position advances by one byte.
Example
WriteByte(fileHandle, 255)