Fileļ¼ReImport / Re-import Directly
Re-import the previously imported file
Minimum Origin Version Required: 8 SR0, updated in 8.6 SR0
1. reimport dialog:=direct;
2. reimport sel:=1; //After using an X-Function to import the structure of a third-party file, use this script to re-import a selected data range (i.e., data in an active window)
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Show XF dialog | dialog |
Input int |
|
Specify whether to re-import the data directly or by changing options.
|
Output | orng |
Output Range |
|
Specify the output range of re-imported data. See the syntax of Output Notations. |
ReImport Selected Range Only | sel |
Input int |
|
Some X-Functions for importing third party files (e.g., impHDF5, impNITDM, impMDF) include an Import Structure Only option. If the data files are imported by these X-Functions, and the Import Structure Only option is enabled, this variable can be used to re-import the selected range only by setting to 1. |
When you import a dataset and make changes to it, you can use this X-function to access the original version. You can also use this X-Function to re-import the selected data range for some third party data files.
Keywords:worksheet