From WikiChip
Difference between revisions of "mirc/identifiers/$fromeditbox"
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|7.52}} | |
== See Also == | == See Also == | ||
{{mIRC|$caller}} | {{mIRC|$caller}} | ||
− | |||
[[Category:mIRC identifiers|$fromeditbox]] | [[Category:mIRC identifiers|$fromeditbox]] |
Latest revision as of 17:05, 4 November 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$fromeditbox returns $true or $false depending on if the alias was called from a mIRC editbox
Synopsis[edit]
$fromeditbox
Parameters[edit]
None
Properties[edit]
None
Example[edit]
define the alias testedit:
alias testedit echo -a $fromeditbox
and then:
//echo -a $fromeditbox | testedit
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.