Jan 28th, 2000, 02:50 AM
MyStr = "abcde"
msgbox InStr(MyStr,"c")
I'll get a message "3" 'cause c is in 3rd position in MyStr string
do we have a function
If I got an array MyArr(0) = "a" etc...
thanks
msgbox InStr(MyStr,"c")
I'll get a message "3" 'cause c is in 3rd position in MyStr string
do we have a function
If I got an array MyArr(0) = "a" etc...
thanks