NotesRichTextTable editing

Hi,

I’m making a class in LotusScript to manage NotesRichTextTable more easily. I’m adding some methods to add or remove text from table’s cells.

My problem is that I can’t remove text from a cell. I can add text if the cell was empty or change it if the cell was containing some text, but I can’t just clear the text from the cell. I’m using NotesRichTextRange object to access the content of the cell and the FindAndReplace method to change the text. I’m trying to change the current text for “” (empty string) but the method return false. That means the string does not exist.

There should be a way to clear a cell from it text.

Thanks

Phillipe Preville