Returns a specified number of characters from the end of a string.

Right(s, count)

- s
- String to operate on.
- count
- Number of characters to return.

The last count characters of s.

If count is greater than the length of s, s
is returned.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)