User Profile
Collapse
-
Thanks this is great, I noticed on the link that NameValueCollec tion is for 2008 only is there an eqilavant way of doing this for VS 2005 ? -
how can I create a hash of hash (or key with multiple values)
Hi,
In perl I can create a hash of hash which would have something like
$MYHASH{'USER1' }{'SPORT'}{'FOO TBALL'} =1
$MYHASH{'USER1' }{'SPORT'}{'TEN NIS'} =1
http://docstore.mik.ua/orelly/perl/prog3/ch09_04.htm shows a type of example on the perl page.
This way I can loop through the users and the sports and find out what sports they are associated to.
How can I create...
No activity results to display
Show More
Leave a comment: