String substring command
Retrieves a substring of the given string. If no value is given for end, the substring starting at the begin index continues until the end of the string will be returned.
Parameters
| Name | Type | Possible values | Description |
|---|---|---|---|
|
String* |
String |
|
The text to cut. |
|
Result variable* |
String |
|
The variable to receive the string value. |
|
Begin index* |
Number |
The beginning index, inclusive. |
|
|
End index |
Number |
The ending index, exclusive. |
|
|
Comment |
String |
Adds a comment to the script. |
|
|
On-fail Result* |
Condition |
Ignore | Break | Continue | Abort | Catch |
The behavior when the command fails. |
* Mandatory