WriteDword

Category: Files

Back to System Functions


Signature

WriteDword(fileHandle As Integer, value As Integer)

Returns

Void

Description

Writes the low 32 bits of an Integer value at the current file position.

The file position advances by four bytes.

Example

WriteDword(fileHandle, 65536)