Actually i'm working on windows CE environment there i need to write some asp
pages ... my problem is:-

I had a automation component registered in my device, i need to call the
methods of this from ASP page using VBScript. I'm able to create a object and
able to call the methods. Here, some of the methods returning more than one
value .... so, how can i get their contents from my ASP page.

To return one value i used [out, retval] in my method, where it is throwing
one return value that i'm catching in my ASP page, but for more than one
value how i can get....

Here is my function signature:

STDMETHODIMP CMath::FunctionName(BSTR var1, BSTR var2, SHORT *retrn1, SHORT
*retrn2)

so, now from VBScript how can i pass reference to this variables and get the
contents from the method.

--
Software Engineer
--
Software Engineer