Project

General

Profile

Fwrite » History » Version 1

Per Amundsen, 02/10/2014 10:08 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
-b - A binvar is specified.
10
-n - Append a [[$crlf]] at the end of the text/&binvar.
11
12
*Parameters*
13
14
<handle> - The file handle to write to.
15
<text | &binvar> - The text or &binvar to write.