Come verificare se text1 contiene text2 utilizzando vb6?Come verificare se text1 contiene text2 utilizzando 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 be true or false
+1 ma perché non collegare l'immissione manuale VB6 per Instr http://msdn.microsoft.com/en-us/library/aa445031(v=VS. 60) .aspx – MarkJ