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
 syntax of range of column

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
Gerencser Posted - 03/06/2014 : 05:06:41 AM
Hallo,

I would like to make basic operations on specific part of a column in script window of Origin 7.5. What is the syntax to define this range of column? For single value it is easy: col(A)[1] (means column A 1st position). How can I define for example column A from the 10th position to the 20th position? I tried several possible combinations like col(A)[10,...,20] or col(A)[10:20] or col(A)[10...20] or col(A)[10;...;20], but neither of them are correct. What is the correct syntax for this? Thank you.

Best regards
Laszlo
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 03/06/2014 : 10:10:57 AM
Your version does not support sub ranges in a column.
You would need to loop through the desired rows.

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