IndexOf backwards?

briant1972

Member
Licensed User
Longtime User
Does anybody have a suggestion for locating some text but going backwards, like InStrRev in VB? I need to be able to find the last occurrence of a string that might appear more than once in a larger string so if I start at the beginning to find the index, it's a problem.
 
Top