Category: File IO
Syntax:
fileWriteString:Void(fileHandle:Int, str:String)
Void
Writes a length-prefixed string to a file.
Takes a file handle and a string.
Returns nothing (void).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn