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