How to check if text1 contains text2 using vb6? - Stack Overflow
How to check if text1 contains text2 using vb6 ? Dim text1 as string Dim text2 as string text1 = "hello world I am Anas" text2 = "Anas" if (check if text2 is in text1) 'the result should ......