LOTUSSCRIPT/COM/OLE CLASSES


Import method
Example

Imports a file.

Note This method is new with Release 5.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument.Import( [ filter$ , filename$ ] )

Parameter

filter$


filename$
Usage

The focus must be in a rich text field for this method to work.

Specify no parameters or both parameters:


Language cross-reference

FileImport @command in formula language

Example