Category: File IO
Syntax:
fileReadString:String(fileHandle:Int)
String
Reads a length-prefixed string from a file.
Takes a file handle.
Returns a string read in length-prefixed format, or an empty string if the handle is invalid or end of file is reached.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn