I was wondering if it's possible to find a piece of string inside a string.
For example:
Say I have a string object set up to display the keys pressed on the keyboard as I'm typing. Is it possible to then search the string for the letter "a"? Or any character specified, and then carry out the required events?
I had a look on MMF and some objects but couldn't seem to find anything. The closest I got was the find string in string under the special cammand. But that returns substring indexes.
it also returns -1 if it doesn't find anything. whats the problem? it's either there or it's not. if it is it tells you the index that the substring starts at. again whats the problem?