Thread
:
Mission Error
View Single Post
#
2
03-15-2012, 01:31 PM
FG28_Kodiak
Approved Member
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
this message appears if you try to access a object that not exist.
To avoid it you can check for null value.
If( ... != null) // check for null value. Only executed if the object exist
{
// code
// ...
}
FG28_Kodiak
View Public Profile
Send a private message to FG28_Kodiak
Find all posts by FG28_Kodiak