Inno Setup Preprocessor: Insert

Inno Setup Preprocessor

Inno Setup Preprocessor: Insert

Insert

#define 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 file.