in earlier versions Origin used to add a column named "ww"
How do I create a user-defined column name now?
Giselher
3 L A T E S T R E P L I E S (Newest First)
cpyang
Posted - 01/30/2017 : 1:57:17 PM Should be
if(@V >= 9.4) page.xlcolname=0;
CP
schneide
Posted - 01/30/2017 : 09:36:15 AM Thank you, this is exactly what I needed.
To get rid of the error message when using the labtalk script for Origin < Origin2017 I use the line
if %(@V$) > 9.4 page.xlcolname=0;
Giselher
Hideo Fujii
Posted - 01/25/2017 : 1:02:21 PM Hi Giselher,
From the latest Origin 2017, Origin adopts the spreadsheet notation (like Excel) for the column name in default. It makes the column reference easier, but the column short names follow the restriction accordingly. See: http://www.originlab.com/doc/Origin-Help/Column-Short-Names-Restrict
So, to set the column short name arbitrarily, you need to turn off page.xlcolname property; That is: