Ryan
03-28-2000, 03:50 AM
So I went through all my books and such and found that it is recommended that
Dictionary objects are used in place of Collection Objects since Collections
aren't valid data types in VBScript. BUT, Dictionary object aren't ordered.
So how in the world do you guys pass higher level variables? Do I have to
create my own object class that looks and acts like a Collection and rewrite
my COM Object for that since as far as I know arrays can't be passed as parameters
in VB? Seems like a waste.
Has anyone out there tried passing more complex data structures from ASP
to a COM Object (written in VB6)? I would be very appreciative of any ideas
that would lead me to overcoming this hurdle.
Thanks
ryan
Dictionary objects are used in place of Collection Objects since Collections
aren't valid data types in VBScript. BUT, Dictionary object aren't ordered.
So how in the world do you guys pass higher level variables? Do I have to
create my own object class that looks and acts like a Collection and rewrite
my COM Object for that since as far as I know arrays can't be passed as parameters
in VB? Seems like a waste.
Has anyone out there tried passing more complex data structures from ASP
to a COM Object (written in VB6)? I would be very appreciative of any ideas
that would lead me to overcoming this hurdle.
Thanks
ryan