Thread: a little help
View Single Post
  #3  
Old 03-28-2002, 08:44 AM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Re: Re: a little help

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;
}
}

__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote