Reads an Integer from file and returns it. Similar to ReadInteger(), except that this takes a Resource as an argument. The resource should be created with AllocateResource().
readIntegerRes ( file As User ) As Integer
Argument | Type | Description |
---|---|---|
file | User | The resource handle provided by AllocateResource(). |