PreviousNext
Help > REFERENCE OF THE BUILT-IN FUNCTIONS > Text Functions > insert
insert

Format:

insert (text_what, text_where, integer_index);

Insert the text parameter “what” into text parameter “where”, starting from position “index”.

The valid range for “index” starts from 0.