We are testing for our migration from 6.1.2 to 19.1. In our testing we have found an issue with the tcl join command. Here is the situation:
We have a list that consists of unit, room, and bed.
Unit: ECC Room: {} Bed: {} Each is in it’s own variable. We are then joining those together with the ^. There are instances where our room and bed are blank. On 6.1.2, our script that joins them is populating the outcome of the join command as “ECC”. It does not contain the extra carets. When I run the same message through the same script on 19.1, our script that joins them is populating the outcome WITH the extra carets: “ECC^^”.
This isn’t really that big of a deal right now but may have issues in other cases. Does anyone know why it is performing this way?
A little more background. The 6.1.2 is running on UNIX. The 19.1 is running on LINUX.
Thanks…
Tom Rioux