Example
The following example shows how to retrieve a text string from a rectangular area in the presentation space of the connection associated with this lsxECLPS object and return a String data type.
' Create an lsxECLPS object associated with connection A
dim myPSObj as new lsxECLPS("A")
dim scrnText as String
' Get text from rectangle on the text plane
scrnText = myPSObj.GetTextRect(3,1,5,10)