The Options tree specifies all import options for the impSAS X-Function.
Syntax: Options.Treenode:=<value>
Example: Options.FirstMode :=3 // Specify the import mode for the 1st file
The Names branch of the Options tree specifies how to name the worksheet and workbook.
Syntax: Options.Names.Treenode:= <value>
Example:
The Script branch of the Options tree specifies the LabTalk scripts to run after file(s) being imported.
Syntax: options.scripts.Treenode:= <string>
Example: //Plot second column for each imported file : options.scripts.ScriptAfterEachImport:="plotxy 2;";