substring

Format:
sub*string(text_expr, int_expr start, int_expr length)
Result:
Text
Description:
Returns a part of a string. The second argument is the position of the starting character, the third argument is the length of the substring.
e.g.:
SPECTRA> * = substring( hallo, 3, 3, )
llo