How can I convert a JavaScript array() to an ATL/COM array?

前端 未结 4 596
情深已故
情深已故 2021-01-14 23:33

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.

4条回答
  •  忘掉有多难
    2021-01-15 00:08

    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.

提交回复
热议问题