> do i have to remove the pair and then reinsert it or can i just update
> the value of the dictionary
Just update it. A dictionary can only have one value stored per unique
key.
Eq.
MyDictionary ["MyCertainKey"] = "Some new value...";
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
|
*************************************************
"amir" <am...@discussions.microsoft.com> wrote in message
news:7856B68C-D2E1-4E45...@microsoft.com...