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?
JScript doesn't allow you to create safe arrays, you would probably need to write an ActiveXObject to handle this for you.