void Delete(str *S, int Index, int Count = MaxInt)
Deletes the specified number of characters beginning with Index from S. S is passed by reference (therefore is modified).
Declared in ISPPBuiltins.iss.