Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   FMB, Mission & Campaign builder Discussions (http://forum.fulqrumpublishing.com/forumdisplay.php?f=203)
-   -   Mission Error (http://forum.fulqrumpublishing.com/showthread.php?t=30483)

Troll2k 03-15-2012 01:18 PM

Mission Error
 
What is

system.null reference exception: object reference not set to an instance of an object.

and how do I fix it?

FG28_Kodiak 03-15-2012 01:31 PM

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
// ...
}


All times are GMT. The time now is 11:08 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.