From WikiChip
Difference between revisions of "mirc/commands/fwrite"
m (bot: correcting title) |
(→Compatibility) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{mirc title|/fwrite Command | + | {{mirc title|/fwrite Command}} |
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. | ||
Line 17: | Line 17: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|6.1}} | |
== See also == | == See also == |
Latest revision as of 06:45, 14 January 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /fwrite command writes text or the specified binary variable to the file.
Synopsis[edit]
/fwrite [-bn] <name> <text | &binvar>
Switches[edit]
- -b - indicates that a &binvar is being specified
- -n - appends a $crlf to the line being written
Parameters[edit]
- <name> - name of the file handle
- <text | &binvar> - the text or the binvar to be written
Example[edit]
Compatibility[edit]
Added: mIRC v6.1
Added on: 29 Aug 2003
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list