Page 1 of 1

FindString() can also search backwards

Posted: Wed Jun 24, 2009 1:22 pm
by Marlin
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.
...

Posted: Wed Jun 24, 2009 1:45 pm
by Psychophanta