Category: Files
Back to System Functions
WriteDword(fileHandle As Integer, value As Integer)
Void
Writes the low 32 bits of an Integer value at the current file position.
The file position advances by four bytes.
WriteDword(fileHandle, 65536)