From WikiChip
Difference between revisions of "mirc/commands/fwrite"
m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +)) |
(→Compatibility) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{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 16: | Line 17: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|6.1}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
Line 34: | Line 31: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|fwrite command - mIRC]] |
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