Page 1 of 1

REXX - find the last occurrence of a character in a string.

Posted: Sun Oct 13, 2013 4:59 pm
by Router
Hi,

I'm writing a REXX program and in the process need to know the last occurrence of a particular character, (position) in a string. Is there any built-in function for this?

Re: REXX - find the last occurrence of a character in a str

Posted: Mon Oct 14, 2013 10:20 pm
by Anuj Dhawan

Re: REXX - find the last occurrence of a character in a str

Posted: Sat Oct 19, 2013 4:14 pm
by Router
Thanks for the link Anuj - that works great. :)

Re: REXX - find the last occurrence of a character in a str

Posted: Sun Oct 20, 2013 1:12 pm
by Anuj Dhawan
Glad, that you get it going...:)

Regards,