wow what code! I'm not the author but by looking at the params i would think its rtf2html3!
Code:
Function rtf2html3(strRTF As String, Optional strOptions As String) As String
so youd do rtf2html3 <richtextbox>.rtftext, <options>
the options are:
'Options:
'+H add an HTML header and footer
'+G add a generator Metatag
'+T="MyTitle" add a title (only works if +H is used)
'+CR add a carraige return after all <br>s
'+I keep html codes intact
'+F=X default font size (blanks out any changes to this size - saves on space)
'-FF ignore font faces
does that hlep?