Insert Character

Inserts an ASCII character at a specified location (offset) in a string.

For example, inserting the character 'C' in the string 'ABD' at an offset of 2, results in the string 'ABCD'.

Properties

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 inserted character will occupy position 3 in the updated string.

A value of 0 inserts before the first character.

Set the ASCII character to insert

Enter the ASCII value of the character. See ASCII characters and codes.

Exit point

Exit point

Taken

[Complete]

When cell execution completes.