Check out the String functions, I think that there is a lastIndexOf
function or something similar.
At 12:54 22/04/02 +0000, you wrote:
>hi,
>
>I need to find the last occurance of any character in a String. I am using
>this to generate numbers.
>Say, I have a string "124SZ978KJ8701", Now i have to generate 10 numbers,
>so i need to find the last occurance of any character in this "J" and
>should split the string and generate the numbers.
>
>thanx and regards
>mahesh
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20