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.
See also: Elementary Functions
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.
See also: Elementary Functions