Right(s:Str, n:Int):Str

Get ending (right) part of a string. Returns the last n characters of string s.

If any parameter is EMPTY, returns EMPTY. If n is negative, returns an empty string.

Since: PCC 0.99.2, PCC2 1.99.8

See also: Elementary Functions