Syntax
| FPutR handle%, source$, recordnum&
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Description
| Writes source$ to the file, opened with FOpen under handle%, at the calculated position in the file. The filepointer is calculated as follows:
FilePointer = len(source$) * (recordnum& -1)
| ||||||||
See Also
| FPut.
| ||||||||
Example
|
|