Pascal Scripting: Insert
Prototype:
procedure Insert(Source: String; var Dest: String; Index: Integer);
Description:
Merges Source into Dest at the position Dest[Index].
procedure Insert(Source: String; var Dest: String; Index: Integer);
Merges Source into Dest at the position Dest[Index].