Convert RTF to string removeing html code

Convert RTF to string removeing html code

I have a form with a RTF named Comment. The user could enter a lots of text making the view cumbersome. I added a string field called Short_Comment. This field that contains the first 200 characters of the Comment. This makes the View more manageable. However I get html code in the string field.  Is there a function that will strip out all of the html code?


Herb Wexler