GetTextInRect


 

GetTextInRect>left,top,right,bottom,result_variable

 

Not supported in Macro Scheduler Lite.

 

Retrieves text found in the screen rectangle bound by coordinates left,top and right,bottom.

 

GetTextInit must be called before this function will work.

 

NB: This function requires Windows 2000 or above.  It has no effect in Windows 95/98/NT.

 

Abbreviation: GTI

See also: GetTextAtPoint, GetWindowTextEx, WaitScreenText, GetTextReset, GetTextInit, GetTextPos

 

Example:

 

GetTextInit

GetTextInRect>0,0,200,400,strText
 MessageModal>strText