WriteInteger()
Syntax
WriteInteger(#File, Number)Description
Write an integer number (4 bytes on 32 bits processors, or 8 bytes on 64 bits processors) in the #File. The file must be opened using a write-capable function (i.e. not with ReadFile()).
For an example see the CreateFile() function - with WriteInteger() only a integer variable is written, instead of a string.
Supported OS
All