Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

function

  1. D

    @REMOVE[offset,string1,string2]

    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...
  2. R

    Done Multi-line in-memory functions

    Copied from an off-topic comment regarding adding a library command. I would like to see something like BASH has, that is, the .bashrc file is loaded upon startup. The .bashrc file can contain multi-line functions, which would stay in memory like TCC plugins do. Or, like the Powershell...
Back
Top