I have an ORU with a UNC path in OBX-5. The UNC path has in it and I was wondering how I could replace it with E in the message. I tried the following in an inline tcl proc but was not successful
set PLACER2 [lindex $xlateInVals 0]
set xlateOutVals [string map { E} $PLACER2]
Now I can not open my translation and am getting the following error:
EOF before end of TCL list
Thank you,
Usman Azher