WriteInteger

Description

Writes a 4 byte integer to the given file, which must have been opened for writing. Note that this command is not meant for human readable files and should only be used for files that will later be read with ReadInteger. To create human readable files use WriteLine

Definition

WriteInteger( iFileID, i )

Parameters