fileReadLine

Category: File IO

Syntax:

fileReadLine:String(fileHandle:Int)


Parameters

Returns

String



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn