Thread: hashmaps?
View Single Post
Old 11-18-2002, 12:47 PM   #2 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
hi abc, you have, of course, found the answer yourself, here is the link where you found it:
http://www.xs4all.nl/~ppk/js/associative.html

and a brief example is:

Code:
var hm = new Object;
hm["key"] = "result";
__________________
-- bloomberg.
abc123 is offline   Reply With Quote