fileWriteShort

Category: File IO

Syntax:

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


Parameters

Returns

Void



Summary

Writes a 16-bit short integer to a file.

Takes a file handle and a 16-bit signed short integer value.

Returns nothing (void).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn