Last updated: Jan 27, 2020 12:06
Retrieves a sub-string of the given string.
If no value is given for end - the sub-string starting at the begin index until the end of the string will be returned.
Parameters
Name | REST Name | Type | Default | Description |
---|---|---|---|---|
String* | text | STRING | The text to cut. | |
Result variable* | variable | STRING | The variable to receive the string value. | |
Begin index* | begin | INTEGER | The beginning index, inclusive. | |
End index | end | INTEGER | The ending index, exclusive. |
* Mandatory parameter