This is a discussion on "Server.CreateObject("Scripting.Dictionary")" within the Classic ASP section. This forum, and the thread "Server.CreateObject("Scripting.Dictionary") are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Server.CreateObject("Scripting.Dictionary")
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Server.CreateObject("Scripting.Dictionary")
I've been away from ASP for a while and I never used this much anyway. Can the item be an object or does it have to be a string?
For example, could I do this:
Thanks |
|
|
|
||||
|
Re: Server.CreateObject("Scripting.Dictionary")
Short and simple: It can be an object, but not the way you coded it.
You must use the 'Set' statement and the Dictionary object's default property.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a "tag" system to find relevant "related" pages | MrQuestions | PHP Forum | 3 | Mar 20th, 2008 23:06 |
| [SOLVED] Show "Image" Depends On User "Status"? | Monie | Classic ASP | 6 | Oct 16th, 2007 01:22 |
| ? IS "meta name="robots" content="?" necessary in pages ? | Love2Java | Starting Out | 6 | Aug 8th, 2007 13:48 |
| window.opener.document["nameForm"].getElementById("someid").value; doesnt work | drpompeii | JavaScript Forum | 0 | Feb 17th, 2007 23:09 |
| Need to build a "Trip" or "Journey Planner" | jswebdev | PHP Forum | 4 | Dec 5th, 2005 23:22 |