I have a List through which I need to check if an item of the list (DescVal) contains and * and if so, return a false. I guess I can even have it return the records that have an * and then do a count and if the count is 0 then I know it was false but if it can return false to begin with, that would be great.
Thank you in advance.
It sounds like you want