A amir May 16, 2008 #1 do i have to remove the pair and then reinsert it or can i just update the value of the dictionary
F Family Tree Mike May 16, 2008 #3 Assuming that the key is in the dictionary, MyDictionary ["MyCertainKey"] = "Some new value...";
C Cowboy \(Gregory A. Beamer\) May 16, 2008 #4 dictionary["KeyName"] = newValue; -- 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! | *************************************************
dictionary["KeyName"] = newValue; -- 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! | *************************************************