This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Basic types > Methods for String (character strings) > left(Integer x)

left(Integer x)

Delivers the first x characters of the character string starting on the left.

left(Integer x)
Argument Integer x Number of characters starting on the left.
Return value String New character string with the first x characters starting on the left.