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
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |