- This topic has 2 replies, 2 voices, and was last updated 15 years, 2 months ago by .
-
Topic
-
Hello, I created a TCL Proc that splits a message, then rejoins it. When I look at the log file there are no returns between segments, there are just squares. Here is the code that joins the segs back together. Can anyone tell me how to get this code to join the segments with returns instead of squares?
set msg [join $newSegmentList n]
echo “$msg n”
msgset $mh $msg
return “{CONTINUE $mh}”
Thanks
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘Cloverleaf’ is closed to new topics and replies.