Insert String
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 3, results in the string Joe Frederick Bloggs'.
The action cell is useful for constructing SMS messages using the SMS action cell.
Set the string to insert into
Enter the string variable containing the string that will take the insert.
Set the offset at which to insert
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.
Set the string to insert
Enter the string value to insert (a literal value or a string variable).
Exit point |
Taken |
[Complete] |
When cell execution completes. |