fileReadDouble

Category: File IO

Syntax:

fileReadDouble:Double(fileHandle:Int)


Parameters

Returns

Double



Summary

Reads a 64-bit double from a file.

Takes a file handle.

Returns a 64-bit double-precision floating-point value, or 0.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