From WikiChip
Difference between revisions of "mirc/commands/fwrite"
m (Bot: Fixing links) |
(→Compatibility) |
||
(8 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 == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$fopen}} |
− | * | + | * {{mIRC|$fread}} |
− | * | + | * {{mIRC|$feof}} |
− | * | + | * {{mIRC|$ferr}} |
* {{mIRC|/fclose}} | * {{mIRC|/fclose}} | ||
* {{mIRC|/fopen}} | * {{mIRC|/fopen}} | ||
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