Hi
Is there a way of determining whether or not a value or values are present in an array.
Is there something nice and easy as with php's
if(in_array($SomeValue,$myArray)){
echo "The value is here";
}
else{
echo "The value is not here";
}
Thanks........and hope no one minds me writing a bit of php in this the asp section of the forum ;-)
Juan







Bookmarks