FindString() can also search backwards
Posted: Wed Jun 24, 2009 1:22 pm
Giving FindString a negative StartPosition makes it search backwards.
StartPosition -1 -> search backwards starting from the last character in the string.
StartPosition -2 -> search backwards starting from the next to last character in the sting.
...
StartPosition -1 -> search backwards starting from the last character in the string.
StartPosition -2 -> search backwards starting from the next to last character in the sting.
...