WriteLong()
Syntax
WriteLong(#File, Number)Description
Write a long number (4 bytes) in the #File. The file must be opened with write feature (ie: not with ReadFile()).
For an example see the CreateFile() command - with WriteLong() it just saves a long variable instead of a string.
Supported OS
All