T O P I C R E V I E W |
stuckwithorigin |
Posted - 03/09/2019 : 03:31:21 AM Origin Pro. 2018b Operating System:Windows 10
I have suddenly got a problem with defining range variables in origin. This happens when trying to define a range variable for a group of cells in a particular column.
ex: from (https://www.originlab.com/doc/LabTalk/Tutorials/Tutorial-Range-Notation) range cc = [Book1]sheet1!col(A)[3:10];
Then when I set some column's value as cc, I get the full col(A) instead of cells 3 to 10.
What is really weird is that this used to work until one day ago. Super frustrating. Anyone have a clue?
Thanks
P.S. I restarted origin (as well as my whole computer) but the problem doesn't go away.
|
1 L A T E S T R E P L I E S (Newest First) |
yuki_wu |
Posted - 03/11/2019 : 01:57:13 AM Hi,
Use LabTalk command list and del for listing variables and deleting variables, respectively.
Then you could try to run the script you mentioned above.
Regards, Yuki OriginLab
|
|
|