right

Returns to specified number of characters from the end of a text value.

Function

result = right(text, count)

Arguments

ArgumentData Type
textstring
countinteger
resultstring

Examples

result = right('Falcon Heavy', 5) /* result = 'Heavy' */