Right( string:string, int:length ) → string
Returns length characters from the right side of string.
Example:
Output( Right("Hello World", 5) ); --> World
See also: Left Mid