T O P I C R E V I E W |
raerts |
Posted - 03/26/2019 : 07:50:27 AM Origin Ver. and Service Release (Select Help-->About Origin): 2018 Operating System: Windows 10
I have issues changing the name of my columns using Lab Talk. I import my data as a cvs file which works fine, but if I try and use either of the thee options I found on the online help https://www.originlab.com/doc/LabTalk/guide/Basic-Worksheet-Column-Operationnone work. -wks.col1.name$ = DataX; -rY.name$ = DataY; -col(3)[G]$ = "Result"; (this one gives me a command error)
If I start with a new workbook (newbook) I am able to use the first command.
The command wks.name$ = Data; does not have any problems with my own data file.
Thanks, R |
1 L A T E S T R E P L I E S (Newest First) |
nick_n |
Posted - 03/26/2019 : 12:11:19 PM Hi,
Most probably, SpreadSheed notation is ON. To turn it OFF: Alt+ENTER and uncheck "SpreadSheed notation".
Probably, you missed one line from example: "range rY = 2; // range to column 2"
Or you already have column with short name "DataY". Best regards,
Nikolay |
|
|