###Function###
ControlGetText

###Description###
Retrieves text from a control.

###Syntax###
ControlGetText ( "title", "text", controlID )


###Parameters###
@@ParamTable@@
title
	The title of the window to access.
text
	The text of the window to access.
controlID
	The control to interact with.  See <a href="../intro/controls.htm">Controls</a>.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns text from a control.
Failure:	Sets @error to 1 and returns a blank string of "".
@@End@@


###Remarks###
None.

###Related###
WinGetText, StatusbarGetText, ControlSetText, ControlCommand


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