Inno Setup Preprocessor: Delete

Prototype

void Delete(str *S, int Index, int Count = MaxInt)

Description

Deletes the specified number of characters beginning with Index from S. S is passed by reference (therefore is modified).

Declared in ISPPBuiltins.iss.