This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Basic types > Methods for String (character strings) > substring(Integer start, Integer end)

substring(Integer start, Integer end)

Delivers a character string which contains the characters from the position start until the position end of the original. (The count starts at 0, start has to be smaller than end)

substring(Integer start, Integer end)
Argument Integer start Start position
Integer end End position
Return value String New character string mit characters from position x until position y of the original (the counts starts at 0)