From WikiChip
Difference between revisions of "mirc/commands/fwrite"
< mirc‎ | commands

(Created page with "The '''/fwrite command''' writes text or the specified binary variable to the file. == Synopsis == /fwrite [-bn] <name> <text | &binvar> == Switches == * '''-b''' - indicat...")
(No difference)

Revision as of 05:21, 6 December 2013

The /fwrite command writes text or the specified binary variable to the file.

Synopsis

/fwrite [-bn] <name> <text | &binvar>

Switches

  • -b - indicates that a &binvar is being specified
  • -n - appends a $crlf to the line being written

Parameters

  • <name> - name of the file handle
  • <text | &binvar> - the text or the binvar to be written

Example

Compatibility

Added: 6.1

Added On: 29/08/2003

Note: Individual switches were not taken into consideration.

See also