Click to See Complete Forum and Search --> : ASP using Collections?


Ryan
03-26-2000, 09:52 PM
I have a COM object that takes a Collection parameter. I'd like to call it
from ASP, but it appears that Collections aren't allowed in ASP, only Arrays.
Do I have to rewrite the COM object to take Arrays? And if so, didn't I read
somewhere that you can't pass Arrays?

Any help is appreciated.
Thanks in advance.
ryan

John Timney (MVP)
03-27-2000, 02:59 PM
Collections are not part of asp, they belong to VB, dictionary objects on
the other hand are available and are almost the same as collections.

I dont think you can use a collection in ASP - never tried it mind you but
I cant recall every using one.

Regards

John Timney (MVP)

Ryan <parnell@iname.com> wrote in message news:38debee9$1@news.devx.com...
>
> I have a COM object that takes a Collection parameter. I'd like to call it
> from ASP, but it appears that Collections aren't allowed in ASP, only
Arrays.
> Do I have to rewrite the COM object to take Arrays? And if so, didn't I
read
> somewhere that you can't pass Arrays?
>
> Any help is appreciated.
> Thanks in advance.
> ryan