From WikiChip
Difference between revisions of "mirc/identifiers/$parms"
(→Examples) |
(→Examples) |
||
Line 10: | Line 10: | ||
<source lang="mIRC"> | <source lang="mIRC"> | ||
;Execute in mIRC's editbox with a single slash: /testingparms a b | ;Execute in mIRC's editbox with a single slash: /testingparms a b | ||
− | alias testingparms echo -a $len($1) -- $len($parms) | + | alias testingparms echo -a $len($1-) -- $len($parms) |
</source> | </source> | ||
Revision as of 20:52, 14 January 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
$parms
Properties
None
Examples
;Execute in mIRC's editbox with a single slash: /testingparms a b alias testingparms echo -a $len($1-) -- $len($parms)
Compatibility
pending, beta stage