Ask a Question related to ASP, Design and Development.
-
Chris Hohmann #1
Re: Can you return a dictionary object from a function?
"Mark Schupp" <mschupp@ielearning.com> wrote in message
news:OwPxqtxPDHA.1748@TK2MSFTNGP11.phx.gbl...doh!> I think you need to Set the function name
>
> Set myDictionary = dct
>
> instead of:> > myDictionary = dct
Chris Hohmann Guest
-
Dictionary Object
Wondering if someone can give me a hand with something that I'm sure is really easy - but damned if I know what I'm doing wrong. I'm trying to read... -
return dictionary from a function
im trying to create a function that accepts a sql statement as a parameter, makes a db connection, returns a recordset, and inserts all items from... -
Returning dictionary from a function
Yes. VBScript example: <% Call TestThat() Function ReturnDict(stringOfItems) Dim oDict, sArray, i -
Passing Dictionary object byref
Passing Dictionary object byref Ive created an ASP class that uses a dictionary object which is filled from a recordset. It passes the object to... -
Dictionary Object Replacement
Hi, Is there an equivalent object that I can use to replace the regular Dictionary object? I played with DictionaryBase and DictionaryEntry and...



Reply With Quote

