ReadFloat

Category: Files

Back to System Functions


Signature

ReadFloat(fileHandle As Integer)

Returns

Float

Description

Reads one 32-bit floating-point value from the current file position.

The file position advances by four bytes.

Example

value! = ReadFloat(fileHandle)