Hi,
open a worksheet, set your ascii options, click the Update Options button, then save your worksheet as a template in your Origin root.
Then you can create a new window based on that template with the
window -t wks test;
command (if your template was named test). Use the
open -w filename;
command to import your data (to the active window). If there are spaces in your file path, be sure to use "filename", like "C:\My Data Files\MyData1.dat".
Edit: of course, it's not neccessary to create&import using Labtalk commands. You can do both manually from the File menu.
Edited by - azazell0 on 05/24/2005 1:23:29 PM |