![]() |
|
|
|
#1
|
|||
|
|||
|
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 // ... } |
![]() |
| Thread Tools | |
| Display Modes | |
|
|