LOTUSSCRIPT/COM/OLE CLASSES


Examples: GetFirstItem method
1. This script prints a message about the Subject item in a document.
2. This example demonstrates an attempt to get the value of the DateComposed item in a document. If there is no such item (possibly because DateComposed is only a field that's computed for display), it uses the Created property instead.
3. This script gets a rich text item from a document and adds some text to it.
See Also