 | 

























  |  | ReadFile | METHOD | READFILE | | Description | Returns in Param2 the data read from the file handle passed in Object at the offset passed in Param1. If the end of file is reached Param3 is set. ReadFile attempts to read up to 64000 at a time. Equivalent of OsBRead without the length parameter. | | | | | OBJECT | File handle | | PARAM1 | Offset to read from (starts at 1 not 0) | | PARAM2 | Data read | | PARAM3 | True$ if we have reached the end of file | | PARAM4 | n/a | | PARAM5 | n/a | | ERRORTEXT | Any error message |

|  | |  |  |