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

(Created $yes identifier - mIRC)
 
m (Example)
Line 9: Line 9:
 
== Example ==
 
== Example ==
 
'''Creates an input with a yes button that will echo results to the active window'''
 
'''Creates an input with a yes button that will echo results to the active window'''
<source lang="mIRC">//echo -a $input(Click cancel to see the result.,yv)</source>
+
<source lang="mIRC">//echo -a $input(Click yes to see the result.,yv)</source>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 00:26, 24 June 2014

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

Synopsis

$yes

Parameters

None

Example

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

//echo -a $input(Click yes to see the result.,yv)

Compatibility

Added: mIRC v5.9

Added On: 26/04/2001

See Also