Let's say I have multiple PowerTerm Pro windows open.
[ autoit ]
Global$oObj=ObjGet("","PowerTermPro.Document"); <-- Production command works ok for the first instance onlyGlobal$oObj=ObjGet("","PowerTermPro.Document",1); <-- Beta command gives COM Error: 0x80020006 Unknown name.
Can anyone shed any light on this? How can I get access to multiple objects of the same class?