Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Tcl Library › noob question Remove bad MLLP from message
I am working with a vendor and the MLLP is not correct.
If I read your question correctly, they have an extra return after each segment so the message has an empty line between each segment?
Looks like overkill to me Nate 😀
Assuming the message is still properly MLLP wrapped, the MLP driver will still deliver a complete message linefeeds and all. Then why not simply
set msg [string map “n {}” [msgget $h]]
Looks like overkill to me Nate