Inserts a string at a specified location (offset) in another string. |
For example, inserting the string ' Frederick' in the string 'Joe Bloggs' at an offset of the variable iNameLength (which holds that number of characters in the name Joe), results in the string 'Joe Frederick Bloggs'.
The action cell is useful for constructing SMS messages using the SMS action cell.
Option |
Description |
Source |
Enter the string value to insert (a literal value or a string variable). |
Destination |
Enter the string variable containing the string that will take the insert. |
Offset |
Enter the offset location after which to begin insertion (a literal value preceded by =, or an integer variable). For example, a value of 2 means that the first character of the inserted string will occupy position 3 in the updated string. A value of 0 inserts before the first character. |
Exit Point |
Description |
Complete |
This is taken when the action cell has executed. |
Error |
This is taken if an internal error occurred. |