Category: File IO
Syntax:
fileWriteByte:Void(fileHandle:Int, value:Int)
Void
Writes a single byte to a file.
Takes a file handle and value (0-255).
Returns nothing (void).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn