I want to do a BACK trigger combined with the autolevel tickoffset trigger. That would be the "TLn" function where "n" determines the amount of ticks.
To get the trigger working you need to say "BACK-TL8" because if you don't use the "" it will not print it and not do the trigger.
But seeing as I'm difficult as always I want to get the "n" number from somewhere else and I want to substract a number from that to get to the exact offset I want.
So my trigger would look like "BACK-TL(Y14-2)" to get the number in Y14 minus 2 as my tick offset.
This doesn't work as it simply prints that whole statement and doesn't give me the result of the calculcation.
I also tried "BACK-TL"Y14-2 but this just gives me an error. "BACK-TL"(Y14-2) gives me an error too.
Any help would be greatly appreciated!
