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

(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...")
 
m
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{mirc title|$inpaste Identifier}}'''$inpaste''' return the arccosine of N.
+
{{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 {{mIRC|on events/on input|on input}} event.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 6: Line 7:
 
== Paramters ==
 
== Paramters ==
  
<span style="display: inline-block; width: 50px;">'''N'''</span>The number you want the arc cosine of, in radian.
+
None
  
 
== Properties ==
 
== Properties ==
  
<span style="display: inline-block; width: 80px;">'''.deg'''</span>Returns the angle as degrees, default is radians.
+
None
  
 
== Example ==
 
== Example ==
Line 21: Line 22:
 
{{mIRC compatibility|5.8}}
 
{{mIRC compatibility|5.8}}
  
== See Also ==
+
== See also ==
 
{{mIRC|on events/on input|on input}}
 
{{mIRC|on events/on input|on input}}
 
{{mIRC|$ctrlenter}}
 
{{mIRC|$ctrlenter}}
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|inpaste]]

Revision as of 16:16, 20 September 2017

$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.


See also

on input $ctrlenter