FoxPro® function:

T&T graphic function right

The FoxPro® function right() returns the right part of a string. The function receives the string and the number of characters to return from the end of the string. If the number of chars you enter is longer than the string, the function returns the string. To determine the length of a string use len(string).

Parameters:

1. string
2. number of characters to return from the end of the string