ReadFloat()

Syntax

Number.f = ReadFloat(#File)
Description
Read a float (4 bytes) from a file.

Parameters

#File The file to read from.

Return value

Returns the read float value or zero if there was an error.

See Also

WriteFloat(), ReadDouble(), ReadFile()

Supported OS

All

<- ReadFile() - File Index - ReadInteger() ->