fileReadByte

Category: File IO

Syntax:

fileReadByte:Int(fileHandle:Int)


Parameters

Returns

Int



Summary

Reads a single byte from a file.

Takes a file handle.

Returns one unsigned byte (0-255), or 0 if the handle is invalid or end of file is reached.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn