StrRight
- extracts the rightmost part of the string

String manipulation
(AmiBroker 40)


SYNTAX StrRight( STRING, count)
RETURNS STRING
FUNCTION Extracts the last (that is, rightmost) count characters from STRING and returns a copy of the extracted substring. If count exceeds the string length, then the entire string is extracted.
EXAMPLE newstring = strright( string, 4 );
SEE ALSO

References:

The StrRight function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.