ReadDouble

Category: Files

Back to System Functions


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)