fileWriteByte

Category: File IO

Syntax:

fileWriteByte:Void(fileHandle:Int, value:Int)


Parameters

Returns

Void



Summary

Writes a single byte to a file.

Takes a file handle and value (0-255).

Returns nothing (void).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn