<< Click to Display Table of Contents >> Navigation: Actions > Strings > STR Insert |
The action inserts a substring into the specified position in the source string.
Source String
The source string to insert the substring to. It is possible to use variables.
Substring to Insert
The substring to insert to the source string. It is possible to use variables.
Into Position
Insertion position. The positions of characters in a string start from 1. If you specify a position less than 1, the substring will be inserted at the beginning. If the position of the insertion is greater than the number of characters in the source string, the substring will be added to the end of the source string. It is possible to use variables.
Assign Result to Variable
The name of the variable the result of the action will be assigned to. It is impossible to use macros with variables
Variable
Allows you to add a variable to the action or triggering event that you selected. You must place the cursor in a edit box in the settings dialog window of the action or event and then click the {V} button.
Related Topics