View Single Post
Old 08-07-2008, 12:57 PM   #4 (permalink)
b0b01
Forum Novice
 
Join Date: Dec 2005
Posts: 608
Default

I never worked with a hashtable so im not sure if this works but try it.

if ( mc != null && mc.Owner != null)
{
MobileTable[mc.Owner] =mc;
}



Btw why do you use a hastable instead of a dicitonary or something like that?
b0b01 is online now   Reply With Quote