﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1539	Add RegExp in CLASSNN / INSTANCE for control names	MrCreatoR <mscreator@…>		"Sometimes there is need to get handle from controls that might have dynamic instances:


{{{
 $i = 1 To 10
    $hCtrl = ControlGetHandle(""Title"", """", ""[CLASS:Sash;INSTANCE:"" & $i & ""]"")
    If $hCtrl Then MsgBox(64, """", ""hCtrl: "" & $hCtrl & @CRLF & ""Instance: "" & $i)
}}}


so what i suguest is to add REGEXPCLASS'''NN''' or REGEXP'''INSTANCE''' support to the control name, then we could get the handle like this:


{{{
ControlGetHandle(""Title"", """", ""[REGEXPCLASSNN:Sash\d+]"")
}}}
"	Feature Request	closed		AutoIt		None	Rejected	regexp,class,instance,control,handle	
