Category: File IO
Syntax:
fileWriteInt:Void(fileHandle:Int, value:Int)
Void
Writes a 32-bit integer to a file.
Takes a file handle and a 32-bit signed integer value.
Returns nothing (void).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn