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

(Created page with "{{mirc title|$prop Identifier}}'''$prop''' return the name of the proerty passed to your custom alias if any. == Synopsis == <pre>$prop</pre> == Paramters == None == Prope...")
 
Line 1: Line 1:
{{mirc title|$prop Identifier}}'''$prop''' return the name of the proerty passed to your custom alias if any.
+
{{mirc title|$prop Identifier}}'''$prop''' return the name of the property passed to your custom alias, if any.
  
 
== Synopsis ==
 
== Synopsis ==

Revision as of 18:03, 7 September 2015

$prop return the name of the property passed to your custom alias, if any.

Synopsis

$prop

Paramters

None

Properties

None

Example

alias test {
echo -a $prop
}
//noop $test().prop

Compatibility

Added: mIRC v5.7
Added on: 02 Feb 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also