-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/commands/fwrite"
(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...") |
(No difference)
|
Revision as of 04:21, 6 December 2013
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.