Sort in Richtext

Hi,

I have a RichText field with some lines of formatted text(with Bold, ital), how do I sort the lines without losing the formatting.

Thanx in advance

Rakesh

Subject: Sort in Richtext

If a third party product is an option, our Midas Rich Text LSX allows you to sort various rich text constructs, including rows in a table, sections, or even text lines such as you describe. If a third party product is not an option, you basically have two choices: a) read the lines out and sort them using LotusScript and then recreate the field, or b) dump the rich text using DXL, extract the corresponding lines, sort them, then recreate the field from the DXL.