Command Reference - String Actions
Creates a new string by inserting one string into another at a given position, and then storing the result (a new "combined" string) in a variable.
|
Action ID: |
61 |
The variable that will hold the new (combined) string.
The "source" string that will have the other string inserted into it.
The zero-based position where the Text to insert string will be inserted into the source string.
The text that will be inserted into the source string.
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
|
1 |
MSG_ERR_INSERT_STRING_SIMPLE |
MSG_ERR_INSERT_STRING_SIMPLE |
|
2 |
MSG_ERR_INSERT_STRING_SIMPLE |
MSG_ERR_INSERT_STRING_SIMPLE |
None