I am using RichTextNavigator to access some report data in a mail body field. There is always an escape character “\0” in every block of text. TextParagraph or TextRun only return text before “\0”. So I try to replace “\0” with " ". I cannot location the escape character in lotusscript. I have tried search “\0” and chr(0). The code is unable to find the escape character. Does anyone have any suggestion? Thanks.