Scalar. Returns the rightmost characters of a string.
right ( string, number )
| string | A string.  | 
| number | The number of characters to return from the string.  | 
Returns the rightmost characters of a string. The function takes in a string and an integer, and returns a string.
right ('examplestring', 6) returns 'string'.