Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.

3.6.4.15 FilterImport (macro)

Opens the File Open dialog box with the default file extension fileExtType and then imports the selected file. This macro only works with Lotus *.WK? files, *.DIF files, and Quatro *.WKQ files.

Definition:

Def FilterImport {
      GetFileName *.%1;
      open -WF %A
};

Example:

The following script opens the File Open dialog box with the default file type extension of .wk1 and then imports the selected file.

FilterImport wk1;