Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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.