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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top