Writes str to file, where file is the result of calling AllocateResource( ).
writeRes ( str As String, _
file As User ) As Integer
| Argument | Type | Description |
|---|---|---|
| str | String | The string to be written. |
| file | User | The resource file to be written to. |