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
|