fileReadString

Category: File IO

Syntax:

fileReadString:String(fileHandle:Int)


Parameters

Returns

String



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn