Try using a pre-tcl with regsub to turn the breaks into tildes (see example below). Then that will allow you iterate the OBX-5 subfields and split it out into multiple OBX’s. Let me know if you have any questions.
Tom Rioux
Memorial Hermann Hospital
Example:
hcitcl>set a tom\.br.\rioux
hcitcl>regsub
Error: wrong # args: should be “regsub ?switches? exp string subSpec varName”
hcitcl>regsub -all {\.br.\} $a ~ b
1
hcitcl>echo $b
tom~rioux
Author
Replies
Viewing 0 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.