
how to pass a array parameter from my script in asp
You component should take [in, out] VARIANT* arg to work with
VBScript Internally, the VARIANT may be SAFEARRAY(VARIANT)
--
Regards,
Andrew Nosenko,
Senior Software Engineer
Mead & Company
Custom look & feel for browser windows:
http://www.meadroid.com/wpm/
MeadCo HTML printing article and samples on the MSDN:
http://msdn.microsoft.com/workshop/author/script/dhtmlprint.asp
Advanced HTML printing:
http://www.meadroid.com/scriptx/
when i try passing a parameter which is an array to a component , ie is
giving a error that "Type mismatch". The component is taking a parameter of
type SAFEARRAY(VARIANT). This component is taking the array as a "IN,OUT"
parameter.