Applies To Objects
Description
Returns the text from the specified screen location.
Syntax
rc = object.GetString (Row, Col, Length, [Page])
Element |
Description |
rc |
The returned screen text. |
object |
The Screen object. |
Row |
The row where the text string begins. |
Col |
The column where the text string begins. |
Len |
The length of the text string. |
Page |
VT session only -- the screen page. Note: This parameter is ignored for release 6.0 of EXTRA!. |