Hello!

Is there any solution to solve my problem?

I have string 12.3.2010,13.3.2010,14.3.2010,15.3.2010

And how to check for example: is 12.3.2010 member of this string up.

If it is, messagebox ("true")

If it isn't, messagebox ("false")

It's important to say that size of the string is not specified, so it can have more dates.

Thanks!!!