Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › RTF to TEXT….OBX.5
I’ve been reading through some of the threads, but have to wonder if the only way to convert RTF to plain text in OBX.5 is through a series of regsub statements weeding out the unnecessary tags?
I don’t think it will work Mike unless you have fixed text snippets that you can look for. Too many different codes used by RTF
You might look for a public domain conversion routine that you could exec from Tcl. For example: http://www.emreakkas.com/localization-tools/convert-rtf-to-txt
I am sure there are others