DELET
DELET returns the result of deleting a specified number of characters from a specified starting point within a string.
This function is valid in both TM1® rules and TurboIntegrator processes.
Syntax
DELET(string, start, number)
|
Argument |
Description |
|---|---|
|
string |
A text string. |
|
start |
The character at which to begin deletion. |
|
number |
The number of characters to delete. |
Example
DELET('payment', 3, 3) returns 'pant'.