HI! I have a big problem. I have an ActiveX write in Visual Basic, where some
functions returned a list of long.
my pb is when I call one of this method in a HTML page(in JavaScript or VBScript).
With the list returned,I just can have his length, but I can't access to
one of it's element. I have try to use the VBArray constructor in JavAscript
but I don't known how convert my list in VBArray.
I want access to my list's elements.
if you have solution, thanks to help me!
Pascal