I wan\'t a method with which to find a string within another string. It should return the position of the first occurrence of the substring. (In VB 2008 !)
I think you are looking for InStr function, see: InStr at msdn