Reads a Number from file and returns it. Similar to ReadNumber( ), except it takes a wrapped pointer as the argument.
readNumberRes ( file As User ) As Number
Argument | Type | Description |
---|---|---|
file | User | The fileHandle for the file of interest. Normally the value resulting from an AllocateResource() function call. |