You might want to try this code. I couldn’t get it to work on an entire field, but it works if you apply it to each subfield. The issue is the translator sees the double quotes as {}. So, your code will have to reflect that. Here is what I used on the subfields to get it to work. Someone out there may know a better way to get it to work on a whole field at once.
set xlateOutVals [string map { {} “” } $xlateInVals]
Hope this helps…
Tom Rioux
Baylor Health Care
Author
Replies
Viewing 0 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.