Command Reference - String Actions
Creates a new string by copying a specific number of characters starting from a specific position in an existing string.
|
Action ID: |
24 |
The variable that the result will be stored in. The result will be a new string made up of characters copied from the source string.
The string to copy the characters from.
The zero-based character position to start copying characters from.
If the position is not valid (for example, if it starts after the end of the string), an empty string ("") will be stored in the variable instead.
The number of characters to copy.
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
None