You're welcome. I am not sure if the code below is what you are looking to do.
Sub Main
Dim Sys As Object, Sess As Object, MyScreen As Object, MyArea As Object, OurArea As Object, iMailArea As Object
Set Sys = CreateObject("EXTRA.System")
' Assumes an open session
Set Sess =...
foleyml,
There are several ways to accomplish what you are looking to do. I typically would use If MyArea.top <> -1 Then ....
When the string is found the top coordinates of the area object will be a positive number, and when it isn't found the top value is -1.
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.