Function group Execute on client Platform(s)
String YES All

Syntax

right(string,n)

Description

Returns the substring comprising the last n characters of the string.

Example

Calculate lResult as  right('Elephant',3)
# returns 'ant'