“1080^^^^^^^^^^^^~3019^^^^^^^^^^^^~1071^^^^^^^^^^^^”
I need to pass this to a tcl procedure so I have this in the xlate
0(0).TXA.#23 not 0(0).TXA.#23(0).
I would expect the entire field in the tcl proc. But I only get this when I do an echo out
“echo xlateIn = $xlateInVals “
xlatin = 1080 {} {} {} {} {} {} {} {} {} {} {} {}
It cuts off after the firs field. I’m I just missing something, or just wrong ?
Should not the entire field pass to the tcl proc ?