WriteWord

Category: Files

Back to System Functions


Signature

WriteWord(fileHandle As Integer, value As Integer)

Returns

Void

Description

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

The file position advances by two bytes.

Example

WriteWord(fileHandle, 1024)