Returns a text string with a specified number of characters,
extracted from the rightmost end of a given text string. The
whole string will be returned if less than the specified length.
See also the LeftText
and MidText
functions.
Minimum FH Version:
7.0
No. of Parameters:
2
Return Type:
Text
Parameter 1:
Text
Parameter 2:
A number. The number of characters to return in the text
string.