|
Re: indexof
Ahhhh. You can get the character (or substring) at any position by using substr. You can search for a character (or substring) using inStr. Again, I'd recommend you look at the methods that are members of the class. These people set out to write things that are generally useful. They might not choose to restrict them unduly, or name them what one expects.
|