Im trying to Check a string against an array.Its Basicaly
If the string is in the array then stop .
So I Loop through the array and compare , thats fine .
But When the array is empty I get a script out of bounds error . Is there a way around this ?