- This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago by .
-
Topic
-
I have a problem with 2 items I am not as conversant with as I would like to be Xlates and regsub. I need to replace a .br with a carriage return using the regsub command, all in OBX segments, or use string map?. there is already some code in place for the field OBX 5 I am tasked with adding this component to a previous owners Xlate.: set input $xlateInVals
set text “DOCUMENT ELECTRONICALLY SIGNED IN CHARTMAXX ~TRANSMITTED OUT OF CHARTMAXX AT “
# Variables OBX_11 and MSH_7 was assigned values earlier in the xlate
regsub -all {} {} $input {~} output1
regsub -all {{} $output1 {~} output2
regsub -all {}} $output2 {~} output3
if { $OBX_11 == F } {
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘Cloverleaf’ is closed to new topics and replies.