Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Tom Rettigs Library - atlast(<c character>, <c string>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ATLAST(<C character>, <C string>)
 Evaluates rightmost postition of a character in a string.
 Returns <expN> position of the last occurrence of <character> in <string>.

 If LEN(<character>) is greater than 1, only the first character is
 looked at.

 ATLAST( "a", "AAABBaCdda" ) returns 10
 ATLAST( "b", "AAABBaCdda" ) returns  0
 ATLAST( "A", "AAABBaCdda" ) returns  3
 ATLAST( "C", "AAABBaCdda" ) returns  7


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: ATNEXT() CHRCOUNT() WRAP()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson