indexOf Function
I do not see a way to do string searches for substrings. Given there is a StrCpy function, I would find is usefull for a indexOf function so that I could do string manipulations. Is there a way to do this now?
What I want to do is convert the string:
C:\Program Files\xxxxx
to:
C:/Program Files/xxxxx
Any ideas?