From WikiChip
Difference between revisions of "mirc/identifiers/$inpaste"
(Created page with "{{mirc title|$inpaste Identifier}}'''$inpaste''' return the arccosine of N. == Synopsis == <pre>$inpaste</pre> == Paramters == <span style="display: inline-block; width: 50...") |
|||
Line 1: | Line 1: | ||
− | {{mirc title|$inpaste Identifier}}'''$inpaste''' | + | {{mirc title|$inpaste Identifier}}'''$inpaste''' returns $true if a user typed Control+V or Shift+Insert to paste text into an editbox, mainly useful when processing an on INPUT event. |
== Synopsis == | == Synopsis == | ||
Line 6: | Line 6: | ||
== Paramters == | == Paramters == | ||
− | + | None | |
== Properties == | == Properties == | ||
− | + | None | |
== Example == | == Example == |
Revision as of 18:27, 6 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$inpaste returns $true if a user typed Control+V or Shift+Insert to paste text into an editbox, mainly useful when processing an on INPUT event.
Synopsis
$inpaste
Paramters
None
Properties
None
Example
on *:input:*:{ echo -a $inpaste }
Compatibility
Added: mIRC v5.8
Added on: 05 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.