FORMULA LANGUAGE
Returns the rightmost characters in the string. You can specify the number of rightmost characters you want returned, or you can indicate that you want all the characters to the right of a specific substring.
Syntax
@Right( stringToSearch ; numberOfChars ) or @Right( stringToSearch ; subString )
Parameters
stringToSearch
resultString
Right function of LotusScript language
RightBP function of LotusScript language
StrRight function of LotusScript language
Example See Also