Integer == null?
#4

You could probably use:

pawn Код:
new Value;

if( !Value ) {
    print("Null");
}

else {
    print("Not null");
}
Reply


Messages In This Thread
Integer == null? - by TheXIII - 15.05.2011, 14:23
Re: Integer == null? - by Raimis_R - 15.05.2011, 14:35
Re: Integer == null? - by __ - 15.05.2011, 14:45
Re: Integer == null? - by Skylar Paul - 15.05.2011, 14:46
Re: Integer == null? - by TheXIII - 15.05.2011, 14:52
Re: Integer == null? - by __ - 15.05.2011, 14:53
Re: Integer == null? - by DRIFT_HUNTER - 15.05.2011, 15:22
Re: Integer == null? - by Sinner - 15.05.2011, 15:27

Forum Jump:


Users browsing this thread: 1 Guest(s)