equal help..
#4

the symbol "==" is used to compare two values (not strings, they can be integers, booleans, hexadecimal values) as they have an exact match.
if you are looking for the "equal" function, I've made it for you
pawn Код:
stock equal(a,b)
    return (a==b)?1:0;
Reply


Messages In This Thread
equal help.. - by Mr_RokKi3[B] - 11.04.2012, 14:10
Re: equal help.. - by Cjgogo - 11.04.2012, 14:13
Re: equal help.. - by emokidx - 11.04.2012, 14:14
Respuesta: equal help.. - by admantis - 11.04.2012, 14:16
Re: equal help.. - by Mr_RokKi3[B] - 11.04.2012, 14:17
Respuesta: Re: equal help.. - by admantis - 11.04.2012, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)