ReadDouble
Category: Files
Signature
ReadDouble(fileHandle As Integer)
Returns
Double
Description
Reads one 64-bit floating-point value from the current file position.
The file position advances by eight bytes.
Example
value# = ReadDouble(fileHandle)