[Question]How to cheking an array?
#2

no, no have.

or you whether read/Search value in array ?

Exemple:

pawn Код:
new MyArray[200];

//
MyArray[125] = 500;



//To Search:
for(new i; i != sizeof(MyArray); ++i)
{
       if(MyArray[i] == 500) printf("I thought!, Array[%i] equal %d", i, 500);
}
Reply


Messages In This Thread
[Question]How to cheking an array? - by RebeloX - 24.12.2011, 02:10
Re: [Question]How to cheking an array? - by [O.z]Caroline - 24.12.2011, 05:13

Forum Jump:


Users browsing this thread: 1 Guest(s)