From: Wayne Brissette Date: 2011-12-03T21:06:42+09:00 Subject: Re: Is there a better way to check this array? Thanks. Both of these have given me more food for thought. I knew grep should have worked. The issue Ammar that I see with it though is I have to pass item via a variable and that doesn't seem to be working very well. The any? option Peter suggested does however seem to work. I'll need to see if I notice any performance issues using it though. Wayne