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
 set column values, how to select only a few rows

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
profmush Posted - 03/21/2011 : 6:34:58 PM
Hi, I was wondering if anyone could help me with this.
I would like to set column B to only show values from 4th row to 30th row from col(A) instead of the whole rows.

I tried doing this from setting column value, and type in the row number at the the top of the box. However, when I move to the next row, the numbers will disappear. Is there another way to set it?
1   L A T E S T    R E P L I E S    (Newest First)
Sam Fang Posted - 03/22/2011 : 06:04:51 AM
I can't reproduce your problem "when I move to the next row, the numbers will disappear." in Origin8.5.

What's your Origin's version?

You can run LabTalk script in Command window. e.g.
------------------------------------------------
range rb=col(B)[4:30];
range ra=col(A)[4:30];
rb=ra;
------------------------------------------------

Sam
OriginLab Technical Services

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