Pascal Scripting: Insert

Prototype:

procedure Insert(Source: String; var Dest: String; Index: Integer);

Description:

Merges Source into Dest at the position Dest[Index].