Project

General

Profile

Fwrite » History » Version 2

Per Amundsen, 02/16/2023 12:33 PM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*/fwrite [-bn] <handle> <text | &binvar>*
4
5
Writes text or the specified binary variable to the file.
6
7
*Switches*
8
9 2 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -b | A binvar is specified. |
12
| -n | Append a [[$crlf]] at the end of the text/&binvar. |
13 1 Per Amundsen
14
*Parameters*
15
16 2 Per Amundsen
table(ktable).
17
|*Parameter*|*Description*|
18
| <handle> | The file handle to write to. |
19
| &lt;text <notextile>|</notextile> &binvar&gt; | The text or &binvar to write. |