I was hoping to receive some help with creating a simple TCL for replacing the font specified in the RTF text encoded within an OBX-5 field.
Currently, the font is tagged as follows: {Efonttbl{Ef0EfnilEfcharset0 Microsoft Sans Serif;}
And I need it to be converted to: {Efonttbl{Ef0EfnilEfcharset0 Courier New;}
However, when I attempt to do so witha simple TCL fragment within my xlate I am observing escaping occurring at every space causing for my string map to not identify the string “Microsoft Sans Serif” so it may be mapped to “Courier New”?
I may be approaching this wrong; however, if I could please receive some suggestions it would be greatly appreciated.
Thank you.
Respectfully,
Mohammed[/i]