Category: Files
Back to System Functions
WriteByte(fileHandle As Integer, value As Integer)
Void
Writes the low 8 bits of an Integer value at the current file position.
The file position advances by one byte.
WriteByte(fileHandle, 255)