T
Tarun Mistry
Hi guys,
what is the best/correct way to check for a NULL object?
I.e.
myClass test;
if(test == null) {}
This doesnt work.
Thanks
Taz
what is the best/correct way to check for a NULL object?
I.e.
myClass test;
if(test == null) {}
This doesnt work.
Thanks
Taz