May 7, 2012 #1 lestatjt Technical User Joined Apr 4, 2012 Messages 8 Location FR hello Text retrieval in a session and put it in a variable example a = Sess3.Screen.Select (3, 1, 150, 150). Copy thank you for responses is
hello Text retrieval in a session and put it in a variable example a = Sess3.Screen.Select (3, 1, 150, 150). Copy thank you for responses is
May 7, 2012 #2 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Code: a = Sess3.Screen.Area(3, 1, 150, 150).Value Also check out the GetString method. Skip, Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
Code: a = Sess3.Screen.Area(3, 1, 150, 150).Value Also check out the GetString method. Skip, Just traded in my old subtlety... for a NUANCE!
May 10, 2012 Thread starter #3 lestatjt Technical User Joined Apr 4, 2012 Messages 8 Location FR hello thank you for your reply cordially Upvote 0 Downvote