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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 How to skip column name when output ASCII file

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
daliss Posted - 01/06/2007 : 09:21:07 AM
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
2   L A T E S T    R E P L I E S    (Newest First)
daliss Posted - 01/06/2007 : 10:32:37 AM
It works very well. Thanks a lot.

Mike Buess Posted - 01/06/2007 : 10:12:46 AM
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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000