We’re on 5.7, so what I am attempting to do is trim up fields from a VRL in an XLATE that copies these to an HL7 message.
In my Pre Proc tab, I have the following:
set xlateOutVals [string trimright $xlateInVals x20]
I used the x20 as this is what the hex editor shows
Am I on the right path. I thought trimming up white space from a field would be easier than this.
Mike Keys