FORMULA LANGUAGE
Searches a string from right to left and returns a substring.
Syntax
@LeftBack( stringToSearch ; numToSkip ) or @LeftBack( stringToSearch ; startString )
Parameters
stringToSearch
resultString
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
StrLeftBack function of LotusScript language
Example See Also