LOTUSSCRIPT/COM/OLE CLASSES


Examples: AddTab method
1. This script adds some text, two tabs, and more text to a rich text item called ProjectDescription.
2. This script uses AddTab, AddNewLine, and AppendText to create a tabbed "table" of values in a new rich text item called ProductListing. The values are retrieved from the Products view in another database, sourceDb. The first column value is a string; the second is a number, so it's converted to a string before being appended.
See Also