LOTUSSCRIPT LANGUAGE

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

Syntax

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

STRLeft$(. . .)

Elements

S1


S2
flag Occurrences
Extended example: array and String functions

Language cross-reference

@Left function in formula language

See Also