INSERT

Format

INSERT( src , pos , insert )

Function

Arguments

src
The original string to be inserted into.
pos
The position to insert at (start of string = 0)
insert
The string to be inserted.

Return value

Related

Version

Example