is it possible to return an array from a VB control to javascript? I want to call a method in my control that returns an array in javascript.
My vb code ...
public function getID() As Variant()
and I want to call this method in javascript ..
var idArray = control.getID();
This doesn't work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.