Category: File IO
Syntax:
fileWriteLine:Void(fileHandle:Int, str:String)
Void
Writes a line of text to a file with a newline.
Takes a file handle and a string.
Returns nothing (void).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn