I have to call a function of an existing application via OLE automation.
The description of this function is as follows:
VARIANT GetItemCount( VARIANT outCountObj)
outCountObj : Specify the receive object for Count.
Sample code:
In JavaScript:
var Obj = { "count" : 0}; // How to...
I have to call a function of an existing application via OLE automation.
The description of this function is as follows:
VARIANT GetItemCount( VARIANT outCountObj)
outCountObj : Specify the receive object for Count.
Sample code:
In JavaScript:
var Obj = { "count" : 0}; // How to...
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.