###Function###
SendKeepActive

###Description###
Attempts to keep a specified window active during <a href="Send.htm">Send()</a>.

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


###Parameters###
@@ParamTable@@
title
	The title/hWnd/class of the window to activate. See <a href="../intro/windowsadvanced.htm">Title special definition</a>. Use a blank title to disable the function.
text
	[optional] The text of the window. Default is an empty string.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0 if window is not found.
@@End@@


###Remarks###
Using SendKeepActive("") attempts to reset the active window in between each simulated keystroke from <a href="Send.htm">Send()</a>.


###Related###
Send


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