How can I specify a specific session to use with ,
Set System = CreateObject("Extra.System")
Set Sess = System.ActiveSession
Set MyScreen = Sess.Screen
I have lengthy scripts using this method, but I need several to use session B. I know how to do this with host.connect("B"), but then my other declaration are invalid as there is a type mismatch.
I have seen documentation on the Host functions, but not the System functions.
Any help would be most appriciated!!