Fwrite » History » Revision 2
Revision 1 (Per Amundsen, 02/10/2014 10:08 PM) → Revision 2/3 (Per Amundsen, 02/16/2023 12:33 PM)
_Added in 1.8.10_ */fwrite [-bn] <handle> <text | &binvar>* Writes text or the specified binary variable to the file. *Switches* table(ktable). |*Switch*|*Description*| | -b | - A binvar is specified. | | -n | - Append a [[$crlf]] at the end of the text/&binvar. | *Parameters* table(ktable). |*Parameter*|*Description*| | <handle> | - The file handle to write to. | <text | <text <notextile>|</notextile> &binvar> | - The text or &binvar to write. |