This functionality is only available for certain module packages.

right(Integer x)

Delivers the first x characters of the character string starting on the right.

right(Integer x)
Argument Integer x Number of characters starting on the right.
Return value String New character string with the first x characters starting on the right.