How can I convert a JavaScript array() to an ATL/COM array without using VBArray?
What I want to convert is a new Array() to a SAFEARRAY.
I have looked into this in the past and as far as I know it is not possible. Your only option from script is to use VBScript and VBArray.