From WikiChip
Difference between revisions of "mirc/commands/fwrite"
m (PatrolBot moved page /fwrite command - mIRC to mirc/commands/fwrite: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/fwrite Command}}{{mIRC menu}} |
The '''/fwrite command''' writes text or the specified binary variable to the file. | The '''/fwrite command''' writes text or the specified binary variable to the file. | ||
Revision as of 04:15, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Template:mIRC menu 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
See also
mIRC commands list