Category: File IO
Syntax:
fileReadLine:String(fileHandle:Int)
String
Reads a line of text from a file.
Takes a file handle.
Returns the line without the newline character, or an empty string if the handle is invalid.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn