FORMULA LANGUAGE


@RightBack
Example

Returns the rightmost characters in a string.

Syntax

@RightBack( stringToSearch ; numberOfChars )

@RightBack( stringToSearch ; subString )

Parameters

stringToSearch


numberOfChars
subString
Return value

resultString


Usage

If the first parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

Language cross-reference

StrRightBack function of LotusScript language

Example
See Also