FORMULA LANGUAGE


@Left
Example

Searches a string from left to right and returns the leftmost characters of the string.

Syntax

@Left( stringToSearch ; numberOfChars )
@Left(
stringToSearch ; subString )

Parameters

stringToSearch


numberOfChars
subString
Return value

resultString


Language cross-reference

Left function of LotusScript language

StrLeft function of LotusScript language

Example
See Also