rino_2
Nov 13th, 1999, 08:16 PM
Hi,
I am having a little trouble using the InStr function. I dont have a clue how to use it? I was making a program that found the in the title bar and added some text to the right of it. How would I do this? I tried this statement:
Dim intFound As Integer
intFound = InStr(form1.Caption, )
Form1.caption = Left$(Form1.Caption, intFound) & Text1.Text
For some reason this is not working. Could you please tell me the correct statement and explain is it is not too much bother.
Thanks
I am having a little trouble using the InStr function. I dont have a clue how to use it? I was making a program that found the in the title bar and added some text to the right of it. How would I do this? I tried this statement:
Dim intFound As Integer
intFound = InStr(form1.Caption, )
Form1.caption = Left$(Form1.Caption, intFound) & Text1.Text
For some reason this is not working. Could you please tell me the correct statement and explain is it is not too much bother.
Thanks