Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Ken Fine #1
ASP: Can Dictionary object store arrays or recordsets as items?
Title says it all. Anyone know if the ASP/ VBScript dictionary object can
store other collections -- say, arrays, recordsets, or other Dictionaries --
as items?
-KF
Ken Fine 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... -
simple - putting items into arrays
I want to insert an item into a list, So: listA=; inserting 999 into position 2 (zero based) should give me: listA= I would've though... -
simple - putting items into arrays
use the splice() method. read it in the asreference in this case listA.splice(2,0,"999") "EdMX" <webforumsuser@macromedia.com> wrote in... -
How to store arrays in hashes or objects?
I had emailed this query out previously but since I never saw my own email in the digest, I'm assuming that it never made it to the... -
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

