From WikiChip
Difference between revisions of "mirc/identifiers/$prop"
(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 | + | {{mirc title|$prop Identifier}}'''$prop''' return the name of the property passed to your custom alias, if any. |
== Synopsis == | == Synopsis == |
Revision as of 17:03, 7 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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.