Page 1 of 1

How to find the last occurence of a character in a string

PostPosted: Tue Jul 08, 2008 6:34 pm
by suganyagi
Hi,

How can I find the last occurence of a particular character (its position) in a string. Is there any built-in function to achieve this?

Re: How to find the last occurence of a character in a string

PostPosted: Tue Jul 08, 2008 8:43 pm
by MrSpock
Did you try LASTPOS?