Data: Import from File: SigmaPlot (JNB)
If you do not see this file type, choose Data: Import from File: Add/Remove File Types...
To add drag & drop support for a file type, see Import Filter Manager.
Import SigmaPlot (JNB) file.
1. impJNB fname:="Sample.JNB"
2. fname$="Sample.JNB"; impJNB
3. impJNB fname:="Sample.JNB" orng:=Col(2)
4. impJNB trifles:="*.JNB";
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
Filename(s) of the SigmaPlot (JNB) file(s) to be imported.
TreeNode
This is used for displaying the basic file information. See more details in Description table
This is the TreeNode for the import filter. Users are not advised to use this variable. See more details in Description table
Output
Range
The range for the imported data. See the syntax here.
This is for outputting the header information. It is hidden from the GUI. Users are not advised to use this variable. See more details in Description table
This X-Function is for importing SigmaPlot JNB files.
1. The following example imports a SigmaPlot data to a worksheet:
impJNB -d
2. The following script command imports a SigmaPlot file (C:\samples.JNB) without opening the dialog:
fname$="C:\Sample.JNB"; impJNB;
impFile, dlgFile, impinfo, cd