IMPORT FILE

From Macros Wiki
Jump to navigationJump to search

Up

Command

IMPORT_FILE <filename>,


Import a file. The filename suffix will be used to determine the file type.

Parameters

<filename>
Filename as either text in double quotes, or a text variable.
If the filename does not contain full path information, then the file will be opened in the same folder as the macro.

Example

IMPORT_FILE myFile$
IMPORT_FILE "C:\Files\abc.DXF"