that is good but the array constantly changes,
so how would i do that? or would that do it, i never used sarreylen
Quote:
Originally posted by Kaimetsu
Like this?
NPC Code:
for(j=0;j!=sarraylen(stringarray);j++){
if(strequals(#I(stringarray,j),I)){
//DoSomething
break;
}
}
|