ReadQuad()

Syntax

Number.q = ReadQuad(#File)
Description
Read a quad (8 bytes) from a file, starting at the current file position.

Parameters

#File The file to read from.

Return value

Returns the read number or zero if there was an error.

Remarks

For an example of how to read from a file, see the ReadFile() function - with ReadQuad() only a quad value is read, instead of a complete line (string).

See Also

WriteQuad(), OpenFile(), ReadFile(), Loc()

Supported OS

All

<- ReadLong() - File Index - ReadString() ->