SubString
Returns a new text that is a subset of text
beginning at a position through a number of characters.
Returns Invalid expression
if one of the parameters is not valid.
If length-parameter is longer than the length of text, the result will be from the indicated start_position until the last character.
Syntax
Parameters
Name
Type
Required
Description
text
text
a text
start_position
numeric
(optional) the position to start from. 1-based, so the first character is start_position 1.
length
numeric
the number of characters to take from text
Last updated
Was this helpful?