LOTUSSCRIPT LANGUAGE

StrRight function
Searches S1 from left to right and returns a substring consisting of the characters in S1 which are to the right of the substring S2.

Syntax

STRRight( STRING S1, STRING S2 [,][ SHORT flags] [,] [ LONG occurrences ] ) As STRING

STRRight$(. . .)

Elements

S1


S2
flags
Flags specify which comparison to use.

FlagType of Comparison
0 Case Sensitive, Pitch Sensitive
1 Case Insensitive, Pitch Sensitive
4 Case Sensitive, Pitch Insensitive
5 Case Insensitive, Pitch Insensitive

Occurrences


Extended example: array and String functions

Language cross-reference

@Right function in formula language

See Also