The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 How to skip column name when output ASCII file
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

daliss

France
Posts

Posted - 01/06/2007 :  09:21:07 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin): origin 7.5
Operating System:windos XP

Dear All,

When I use save -w wksName fileName, the output file usually contain the column name in first line. How can I skip this line when ASCII file output?
Thanks in advance.

William Peng

Mike Buess

USA
3037 Posts

Posted - 01/06/2007 :  10:12:46 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi William,

Use the wks.export.cntrl property...

%W=wksName;
%W!wks.export.cntrl=2; // export col names (NO), col labels (NO), all data (YES)
save -wh %W fileName; // use wks.export.cntrl

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 01/06/2007 10:14:25 AM
Go to Top of Page

daliss

France
Posts

Posted - 01/06/2007 :  10:32:37 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
It works very well. Thanks a lot.

Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000