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