From WikiChip
Difference between revisions of "mirc/identifiers/$parms"
(Created page with "{{mirc title|$parms Identifier}}The '''$parms''' identifier is a non tokenize version of the {{mIRC|$1-}} identifier, effectively preserving spaces. It works everywhere where...") |
(→Compatibility) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
− | Execute in mIRC's editbox with a single slash: /testingparms a b | + | <source lang="mIRC"> |
− | + | ;Execute in mIRC's editbox with a single slash: /testingparms a b | |
+ | alias testingparms echo -a $len($1-) -- $len($parms) | ||
+ | </source> | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|7.52}} | |
== See Also == | == See Also == |
Latest revision as of 13:17, 5 July 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The $parms identifier is a non tokenize version of the $1- identifier, effectively preserving spaces. It works everywhere where $1- can be used.
Synopsis[edit]
$parms
Properties[edit]
None
Examples[edit]
;Execute in mIRC's editbox with a single slash: /testingparms a b alias testingparms echo -a $len($1-) -- $len($parms)
Compatibility[edit]
Added: mIRC v7.52
Added on: 28 Feb 2018
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.