Use the function InStrRev(String searched, String Sought, Start, CompareMethod)
InstrRev(one_two_three,"_") should return 8, so the search is from the right, But the position is returned from the left.
InstrRev(one_two_three,"_") should return 8, so the search is from the right, But the position is returned from the left.
No comments:
Post a Comment