SUBST
SUBST returns a substring of a given string.
This function is valid in both TM1® rules and TurboIntegrator processes.
Syntax
SUBST(string, beginning, length)
Argument |
Description |
---|---|
string |
The string from which you want to extract the substring. |
beginning |
The character at which the substring begins. |
length |
The length of the substring. |
Example
SUBST('Retirement', 3, 4) returns 'tire'.