Pascal Scripting: Insert

Prototype:

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

Description:

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