From WikiChip
Difference between revisions of "mirc/identifiers/$parms"
< mirc‎ | identifiers

(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...")
 
(Examples)
Line 8: Line 8:
  
 
== Examples ==
 
== Examples ==
Execute in mIRC's editbox with a single slash: /testingparms a  b
+
<source lang="mIRC">
<source lang="mIRC">alias testingparms echo -a $len($1) -- $len($parms)</source>
+
;Execute in mIRC's editbox with a single slash: /testingparms a  b
 +
alias testingparms echo -a $len($1) -- $len($parms)
 +
</source>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 17:17, 14 January 2018

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

See Also