[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson