I get the length of the string and store it, but when I compare, it’s not giving me the correct answer.
In a preproc, I have “set xlateOutVals [string length $xlateInVals]”
I put the length in @lgth and when I use an IF statement after that, the desired results are happening.
Anyone?