Does anyone know how to convert C# Array to JScript

  • Thread starter Thread starter jOs
  • Start date Start date
J

jOs

I wonder if anyone knows how to convert a C# Array into
a JScript one. ( C# Array --> JScript.ArrayObject ? )

I have window.external on a customized C# WebBrowser,
and it would be nice to get the datatypes right.
 
jOs said:
I wonder if anyone knows how to convert a C# Array into
a JScript one. ( C# Array --> JScript.ArrayObject ? )

I have window.external on a customized C# WebBrowser,
and it would be nice to get the datatypes right.

wrap the array with an ArrayList.

bye
rob
 
Back
Top