hash table in c#
.
.
.
Hashtable H = new Hashtable();
H.Add("IL", 500);
.
.
.
how can I add 200 to value 500
so it becomes ... ("IL",700)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Andrzej WegierskiPosted Oct 22, 2004, 4:06 AM
bilnaadPosted Oct 22, 2004, 3:04 AM
Andrzej WegierskiPosted Oct 22, 2004, 2:19 AM
bilnaadPosted Oct 21, 2004, 6:10 PM
r4rasheedPosted Oct 21, 2004, 2:30 PM
bilnaadPosted Oct 21, 2004, 2:12 PM