ReadInteger()

Syntax

Number.i = ReadInteger(#File)
Description
Read an integer (4 bytes on 32 bits processors, or 8 bytes on 64 bits processors) from the #File.

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

Supported OS

All

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