set sata $xlateInVals
set data2 [lindex $sata]
set data2 [string map {“{” “” “}” “”} $data2]
append data1 “$data2 “
set final “SPECIMEN:”
set elect “CLINICAL HISTORY:”
set signed [string first $final $data1]
set last [string first $elect $data1]
set words [string range $data1 $signed $last]
set xlateOutVals
What I am seeing is that the first message comes across fine, the second and third, etc., gets what looks like the xlateInVals data appended for the second message appended on the end of the vrl. I have a SUPPRESS at the beginning of the xlate, and here is the rest. Any ideas?