If I'm debugging, I'll find out what the macro is reading so after
Location = Sess0.Screen.GetString (04,74,1) (adding the extra ",1" as Skipvought says)
I would temporarily bung in
msgbox Location
so you can see what it's actually picking up
As a thought, you could put a "check file" containing the current version number in the shared storage location then do something like
dim ver
Open [checkfile] for input as #1
lineinput #1,ver
close #1
if ver<> [current version number] then
msgbox "wrong version"
goto [end...
Hi, thought I posted this a few days back byt myst have messed up...
I would like to be able to have a session that connects to one of 8 different telnet addresses.
Can anyone advise me how to set the address and connect to it ?
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.