I am trying to replace the “|” delmiter with a “;” via a tcl proc. I know this can be done in an Xlate but was trying to avoid building one since I didn’t need to so far. I do not get the desired results when using this command in an outbound or inbound TPS:
regsub -all — “|” $origMsg “;” NewMsg
Can someone tell me how to make this change ?
Thanks.