fileWriteInt

Category: File IO

Syntax:

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


Parameters

Returns

Void



Summary

Writes a 32-bit integer to a file.

Takes a file handle and a 32-bit signed integer value.

Returns nothing (void).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn