Page 1 of 1

COM objects in XY scripting??

Posted: 05 Dec 2016 17:26
by autocart
cannot find it in the forum:

Is it possible to create/retrieve COM objects in XY scripting language and call its interface methods, read properties through it, ....?
e.g. similar like this:
oExcel = COMObjGetActive("Excel.Application");

Re: COM objects in XY scripting??

Posted: 05 Dec 2016 17:36
by highend
Nope. Save vbscript code from the .xys file, execute that

Re: COM objects in XY scripting??

Posted: 05 Dec 2016 17:45
by autocart
ok, thx.