The @INSERT[offset,string1,string2] inserts string1 into string2 starting at offset.
If I want to remove string1 at a specific offset from string2, I have to use multiple functions.
This should be easier if TCC has a @REMOVE[offset,string1,string2] that removes string1 from string2 starting at...