Sub Main()
'--------------------------------------------------------------------------------
' Get the main system object
Dim Sessions As Object
Dim System As Object
Dim Host As Object
Set System = CreateObject("EXTRA.System") ' Gets the system object
If (System is...
On the first picture you can see that i`m on page 2 and
MsgBox (Sess0.screen.getstring(15,1,15) will output something that is not there
on this screen you can see that what was shown by MSGBox is on previous screen
Hi Guys,
I have issue when I want to get to the last row on last page in attachmate extra. I can see that last character is on page 2, line 13. When i do MsgBox Sess0.screen.getstring(13,1,60) it will output correct characters.
But when I use 14th line :MsgBox Sess0.screen.getstring(14,1,60)...
That what i`m trying to find out :D
When I change the value in excel, it will change that extra digits also.
72.5.190.1 in excel - 72.5.190.06.1 in attachmate
72.5.190.100 in excel - 72.5.190.1000 in attachmate
72.5.190.5 in excel - 72.5.190.56.0 in attachmate
After I have deleted this line...
Hi,
with your help i managed to get it work almost perfect.
There is however this strange thing: i`m adding IPs, if one already exist, skip it, otherwise add mask. While it skips IPs that are already there, it sometmies (cca every 6th skip ) ad 2 random number after 3rd octet. so instead of...
Hi,
Thank you :)
I`m now experiencing strange behavior. When i run this step-by-step, it`s working how it should, but when I let it run it seems that the IF line is skipped and is processing lines that are inside if.
Any ideas how to resolve this?
Hi guys,
I`m copying fields from excel to attachmate, I need to go to next loop if the value already exists in attachmate.
Dim Row As Long
With xlApp.ActiveSheet
Set MyRange = .Range("A1:A65536").Resize(xlApp.CountA(.Range("A1:A65536")))
Set MyRange2 =...
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.