Re: Findstring from the End
Posted: Sun Feb 23, 2014 10:04 pm
To have mine continue further in with the negative searches, add just before the line;
this;
Example: Debug FindString("Hello i'm KCC for ever", "o", -8)

Code: Select all
fResult = FindString(ReverseString(String), ReverseString(StringToFind) , StartPosition, Mode)
Code: Select all
StartPosition = -StartPosition
