fileWriteDouble

Category: File IO

Syntax:

fileWriteDouble:Void(fileHandle:Int, value:Double)


Parameters

Returns

Void



Summary

Writes a 64-bit double to a file.

Takes a file handle and a 64-bit double-precision floating-point value.

Returns nothing (void).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn