Text Adapter Get String At Specific Position On Screen
I'm working on a project to convert AttachMate Extra! X-treme recorded macros to Pega automations. In the macros, there is a Session.Screen.GetString(<row>,<col>,<length>) method that is used to retrieve the result of the transaction form row 24, col 2, various lengths. Then returned string value is then parsed to determine if the transaction processed successfully, or if an error was returned. I cannot find such a method in the WinHllapi.
I can use the TextAdapter.CurrentScreen.SetCursorPosition method to place the cursor in column 2 of row 24 on the screen. How to I retrieve the text?