From WikiChip
mirc/commands/fwrite
< mirc‎ | commands
Revision as of 05:21, 6 December 2013 by David (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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