- This topic has 3 replies, 3 voices, and was last updated 14 years, 11 months ago by .
-
Topic
-
I have an inbound XCN field that has this in the inbound record. “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 ?
Viewing 2 reply threads
Viewing 2 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.