LOTUSSCRIPT LANGUAGE

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

Syntax

STRLeftBack( STRING S1, STRING S2 [,][ SHORT flag] [,] [ LONG occurrences ] ) As STRING

STRLeftBack$(. . .)

Elements

S1


S2
flag Occurrences
Extended example: array and String functions

Language cross-reference

@LeftBack function in formula language

See Also