Imports one or more objects from either a text file or an .xml file to the application.

IMPORTOBJECTS(FileName[, Format])

Parameters

FileName

Type: Text

The path and name of the file from which you import objects.

Format

Type: Integer

The type of the file from which you import objects. The valid values are 0 and 1. If you specify 0, then the file that you specify in the FileName parameter must be a text file. If you specify 1, then the file that you specify in the FileName parameter must be an .xml file. The default value is 0.

Expand imageRemarks

Expand imageExample

Expand imageSee Also