Origin Ver. and Service Release (Select Help-->About Origin): 9.1 Operating System: Win7
Hey everyone,
I try to handle some measurement-data with Origin. For that I learned Origin C in the past days.
The final step is to import measurement-data stored in a .txt-file. I imported it manuelly with the "import assistent" and saved a filter (*.oif). Now I want to start the import in an Origin C script that cotains the path-name in a variable.
How do I do this in best way?
I heared about a method with X-Functions to use the saved filter: impFile fname:="filepath" filtername:="filterpath"; (how is it working in c-code?)