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
 select rows from columns

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
torchio Posted - 10/03/2013 : 09:27:32 AM
Hello,
I have a very basic need, but I'm a beginner and I have never written scripts.
I have two long columns (XY), say with 50000 rows, and I want to sect rows from say 200 to 10000. I know how to do this manually (clicking on the mouse) but it is very long. If I select data on plot (delete range) I still have all the x rows.
Can anybody help me?

thanks

Raffaella
1   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 10/03/2013 : 11:07:07 AM
Hi Raffaella,

You don't need a script to do that. You can:

1) Choose "Edit: Go to" menu, and enter: Go to Column=1, go to Row=200. Click OK.
2) Choose "Edit: Go to" menu, and enter: Go to Column=2, go to Row=10000, and turn ON "Extend Selection" check box. Click OK.

That's it. By the way, if you want to run a script, the following command does:
worksheet -s 1 200 2 10000
Which one do you prefer?

--Hideo Fujii
OriginLab

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