| Syntax |
|
| Documentation | Returns a new string that is a substring of the given:
begin_index, a index of the given string from witch the substring shall begin inclusive. end_index, a index of the given that shall be the end index of the substring exclusive. Returns:
to the character at index end_index - 1. The langth of the substring is end_index - begin_index.
of the given string, or begin_index is larger than end_index.
|
| Examples | |
The following expression returns a string that equals to the given:
|
|
| Group | String |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 3 |