S
Steve
Hi,
if(myClass == nil || myClass.member == nil)
return;
Can I be sure that if my class == nil, that the next condition won't
even be tested and cause an error?
Thanks
Steve
if(myClass == nil || myClass.member == nil)
return;
Can I be sure that if my class == nil, that the next condition won't
even be tested and cause an error?
Thanks
Steve