.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@Right
Example

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


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

Right function of LotusScript language

RightBP function of LotusScript language

StrRight function of LotusScript language

Example
See Also