
08-27-2002, 08:03 AM
|
Disgruntled Monkey
|
 |
Join Date: Mar 2001
Posts: 779
|
|
There is an easyer way of check if a string is in a string array. Do this:
if(lindexof(str,strarray)>-1)
thats to check if it is in a string array
if(lindexof(str,strarray)=-1)
checks if it isnt in a string array |
__________________
|
|
|