###Function###
WinExists

###Description###
Checks to see if a specified window exists.

###Syntax###
WinExists ( "title" [, "text"] )


###Parameters###
@@ParamTable@@
title
	The title of the window to check. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
	[optional] The text of the window to check.
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns 1 if the window exists.
Failure:	Returns 0 otherwise.
@@End@@


###Remarks###
WinExists will return 1 even if the window is hidden.

###Related###
WinActive, WinWait, WinWaitActive, WinWaitClose, WinWaitNotActive, WinTitleMatchMode (Option), ProcessExists, WinClose


###Example###
@@IncludeExample@@
