Project

General

Profile

$inpaste » History » Revision 2

Revision 1 (Per Amundsen, 08/11/2015 11:05 AM) → Revision 2/4 (Per Amundsen, 08/11/2015 11:05 AM)

_Added in 1.9.0_ 

 *$inpaste* 

 Returns $true if a user typed Control+V or Shift+Insert to paste text into an Editbox during the [[on INPUT]] [[Scripting_Events|event]], otherwise [[$false]]. 

 *Example* 

 <pre> 
 on *:INPUT:*:echo -ag user $iif($inpaste,did,did not) paste paste. 
 </pre>