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
 Origin Forum
 data import script

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
juannim Posted - 11/16/2006 : 10:45:10 AM
Origin Version (Select Help-->About Origin): 7.5
Operating System:win 2000
I'm just getting started with origin, and am importing multiple csv ascii files (5 columns each) from my digital scope into a single worksheet. The first 3 columns from each file are junk. How do I automatically delete the first 3 columns, then name the two remaining columns with the file that they came from? Thanks. Jonathan
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 11/16/2006 : 11:12:54 AM
The Origin C function that I posted in the following topic should work...
http://www.originlab.com/forum/topic.asp?TOPIC_ID=5273

You'll need to make a few simple changes...

1. Change the value of ascimp.iHeaderLines to the number of lines in your file header. (If no header set value to zero.)

2. Change the values of ascimp.iPartialC1 and ascimp.iPartialC2 to 3 and 4, respectively.

3. If you don't want to plot the results then delete or comment all lines after wks.ShowLabels();.

Mike Buess
Origin WebRing Member

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