LOTUSSCRIPT/COM/OLE CLASSES
Dim doc As NotesDocument Dim rtitem As NotesRichTextItem '...set value of doc... Set rtitem = doc.CreateRichTextItem( "ProjectDescription" ) Call rtitem.AppendText( "Book for children ages 9-12" ) Call doc.Save( False, True )
See Also