Below for row "18" I need to also check rows 19 through 24... what would be the best way to do this?
Thanks
If Sess0.Screen.getstring(18, 2, 4) = "OPEN" Then
Select Case Sess0.Screen.getstring(18, 10, 6)
Case "LGLLIT", "DOSLIT", "LGLSCU", "6"...
I have a macro that is reading data from attachmate and setting variables based on the data found. I could do it as an integer or string, either would work for me.
For example:
if (Sess0.Screen.getstring(2, 2, 2) = "12") then
iVA = 1
Else
iVA...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.