Reads lines from file, and returns a list of strings , where each string is a line from the file. Similar to ReadLinesFromFile( ), except the file argument must be created by AllocateResource().
readLinesFromFileRes ( file As User ) As List
| Argument | Type | Description |
|---|---|---|
| file | User | The fileHandle resulting from an AllocateResource() function call. |