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

(Created page with "{{mirc title|$didwm Identifier}}The '''$didwm''' identifier return the number of the line that matched the wildcard expression in dialog's control. == Synopsis == $didwm(na...")
 
 
Line 1: Line 1:
{{mirc title|$didwm Identifier}}The '''$didwm''' identifier return the number of the line that matched the wildcard expression in dialog's control.
+
{{mirc title|$didwm Identifier}}The '''$didwm''' identifier return the number of the line that matched the {{mirc|wildcard}} expression in dialog's control.
  
  
Line 9: Line 9:
 
* '''id''' - id of the control, can be a list, editbox, and combo
 
* '''id''' - id of the control, can be a list, editbox, and combo
 
* '''N''' - optional, if N is passed, start matching at the Nth line
 
* '''N''' - optional, if N is passed, start matching at the Nth line
* '''wildcard''' - the wildcard expression.
+
* '''wildcard''' - the {{mirc|wildcard}} expression.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 16:03, 20 October 2018

The $didwm identifier return the number of the line that matched the wildcard expression in dialog's control.


Synopsis[edit]

$didwm(name,id,wildcard,N)

Parameters[edit]

  • name - name of the dialog
  • id - id of the control, can be a list, editbox, and combo
  • N - optional, if N is passed, start matching at the Nth line
  • wildcard - the wildcard expression.

Properties[edit]

Example[edit]

None

Compatibility[edit]

Added: mIRC v6.1
Added on: 29 Aug 2003
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC identifier list