This is a discussion on "Hash Tables" within the Classic ASP section. This forum, and the thread "Hash Tables are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Hash Tables
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hash Tables
Does ASP directly support/have a native structure for hash tables?
jakyra |
|
|
|
|||
|
dont think so.... isnt it the same as an array?
|
|
||||
|
ASP support arrays.... single dimension and multi-dimension arrays.
It also has some supporting functions such as Split and Join. HTH
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
yeah, I knew about those...
*grumbles* I wish I could do JSP... I like Java so much more. jakyra |
|
|||
|
ASP (vbscript actually) supports the Dictionary object, which works the same as a hash table. See http://www.4guysfromrolla.com/webtech/102898-1.shtml
|
|
|||
|
I read that the Dictionary object is insecure.. (Although I don't know where I read it.)
Do you know what the deal is wiht that? |
|
|||
|
I'm aware of no security issues with it, and couldn't find anything when I looked.
|
![]() |
| Tags |
| hash, tables |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| omg keep me away from tables !!! HELP!!! | bruno89 | Web Page Design | 5 | Jul 1st, 2007 18:33 |
| Use CSS to do what tables do????? | WebNinja | Web Page Design | 17 | Feb 18th, 2007 01:07 |
| No more tables? | PicoDeath | Web Page Design | 9 | Sep 28th, 2006 18:03 |
| Tables or CSS? | bee_bo | Web Page Design | 15 | Jul 6th, 2006 08:32 |