fileReadShort

Category: File IO

Syntax:

fileReadShort:Int(fileHandle:Int)


Parameters

Returns

Int



Summary

Reads a 16-bit short integer from a file.

Takes a file handle.

Returns a 16-bit signed short integer, 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