How to create a SAFEARRAY in Windows JScript?

后端 未结 2 902
感情败类
感情败类 2021-01-13 15:37

I want to create a SAFEARRAY of type byte in Windows JScript.
Can you give me some example code or point me in the right direction?

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 16:03

    JScript doesn't allow you to create safe arrays, you would probably need to write an ActiveXObject to handle this for you.

提交回复
热议问题