WriteDouble
Category: Files
Signature
WriteDouble(fileHandle As Integer, value As Double)
Returns
Void
Description
Writes one 64-bit floating-point value at the current file position.
The file position advances by eight bytes.
Example
WriteDouble(fileHandle, 3.14159)