Thread: Script Help.
View Single Post
  #4  
Old 08-27-2002, 08:03 AM
Bhala Bhala is offline
Disgruntled Monkey
Bhala's Avatar
Join Date: Mar 2001
Posts: 779
Bhala is on a distinguished road
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
__________________
Reply With Quote