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

(Created $cancel identifier - mIRC)
 
m (See Also)
Line 19: Line 19:
 
* [[$false identifier - mIRC|$false]]
 
* [[$false identifier - mIRC|$false]]
 
* [[$no identifier - mIRC|$no]]
 
* [[$no identifier - mIRC|$no]]
 +
* [[$ok identifier - mIRC|$ok]]
 
* [[$input identifier - mIRC|$input]]
 
* [[$input identifier - mIRC|$input]]
 
* [[$true identifier - mIRC|$true]]
 
* [[$true identifier - mIRC|$true]]

Revision as of 00:19, 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