It’s driving me crazy, here is the code1. dim p
-
dim w as string
-
w=“ahahah”
-
p=instr(w,w,5)
-
print p
At the line 4 I got msgbox “Type mismatch”
I could swear it worked yesterday. Has anybody experienced the same problem?
It’s driving me crazy, here is the code1. dim p
dim w as string
w=“ahahah”
p=instr(w,w,5)
print p
At the line 4 I got msgbox “Type mismatch”
I could swear it worked yesterday. Has anybody experienced the same problem?
Subject: Instr function
Just look it up in designer help one last time, and you’ll know that it didn’t work yesterday for sure. ![]()
Subject: Never Mind
Dang designer help, I do not use the function in this form often.The start parameter is NOT OPTIONAL when compare type is used