Inno Setup Preprocessor: Insert

Prototype

void Insert(str *S, int Index, str Substr)

Description

Inserts specified Substr at Index'th character into S. S is passed by reference (therefore is modified).

Declared in ISPPBuiltins.iss.