ReadFloat
Category: Files
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)