_Added in 1.8.10_ */fwrite [-bn] <handle> <text | &binvar>* Writes text or the specified binary variable to the file. _See also [[/fopen]], [[/fclose]], [[/fseek]], [[/flist]], [[$fread]], [[$fgetc]], [[$feof]], [[$ferr]], [[$fopen]]._ *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 | &binvar> | The text or &binvar to write. |