Category: Files
Back to System Functions
ReadWord(fileHandle As Integer)
Integer
Reads one 16-bit unsigned integer from the current file position and returns it as an Integer.
The file position advances by two bytes.
value = ReadWord(fileHandle)