◄Summary► ◄Details► ◄Example► ◄Back► Arguments source String expression representing the substring to be inserted destination String variable to be modified index Integer expression in the range 1..255 for beginning position in destination Description The Insert procedure inserts the source string into the destination string at the position represented by the index argument. Insert truncates the resulting string if it exceeds the declared length of the destination variable. To insert at the beginning of a string, specify index 1, as in Insert( source, destination, 1 );