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.