fileWriteLine

Category: File IO

Syntax:

fileWriteLine:Void(fileHandle:Int, str:String)


Parameters

Returns

Void



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn