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

m (See Also)
m
Line 1: Line 1:
The '''$cancel''' identifier is returned when the cancel button of an [[$input identifier - mIRC|$input]] box has been pressed and the '''-v''' switch has been invoked on the [[$input identifier - mIRC|$input]] box.
+
The '''$cancel''' identifier is returned when the cancel button of an [[$input identifier - mIRC|$input]] box has been pressed and the '''v''' switch has been invoked on the [[$input identifier - mIRC|$input]] box.
  
 
== Synopsis ==
 
== Synopsis ==

Revision as of 00:23, 24 June 2014

The $cancel identifier is returned when the cancel button of an $input box has been pressed and the v switch has been invoked on the $input box.

Synopsis

$cancel

Parameters

None

Example

Creates an input with a cancel button that will echo results to the active window

//echo -a $input(Click cancel to see the result.,nv)

Compatibility

Added: mIRC v5.9

Added On: 26/04/2001

See Also