Click to See Complete Forum and Search --> : Any Collection object in ASP??


therockyu
May 24th, 2003, 03:20 AM
Dear All,

I want to store some name-value pair data inside a list object in ASP.


So that, I can set and get value-pair data from the list using name instead of using array.


Is there any built object in ASP that can do that? In Java, we can use the hash table.
Or, we can use the associate array in PHP.

Best Regards,
The Rockyu

Satishpp
May 24th, 2003, 06:45 PM
Use the Scripting.dictionary object

http://www.learnasp.com/learn/dictionary.asp

Satish

therockyu
May 25th, 2003, 02:47 AM
Thank you very much for your helpful information. I am really appreciate it.