﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2408	WinList - PROPOSAL (Paramter and Example)	mlipok	guinness	"''in Parameter description''
now:
The title/hWnd/class of the window to read.
Proposal:
The title/hWnd/class of the window to close. See '''Title special definition'''.


in example:
please add new example


{{{
#include <array.au3>

Example2()

Func Example2()
	; Retrieve a list of window handles using regular regular expression.
	$aWinList = WinList('[REGEXPTITLE:(?i)(.*Scite.*|.*Internet Explorer.*)]')
	_ArrayDisplay($aWinList)
EndFunc   ;==>Example2

}}}

"	Feature Request	closed	3.3.9.19	Documentation		None	Completed		
