Origin Ver. and Service Release (Select Help-->About Origin): 2016 Operating System: Windows
Hi,
I need a script that would rename plotted graphs to: "workbook's long name and long name of the column" (e.g. Book01_LongName_of_ColC, Book01_LongName_of_ColD, Book01_LongName_of_ColE...
The bottom script kind a works but changes graphs name to: "workbook's short and long name plus column and long name of the column". Such names are too long I only need "workbook's long name plus long name of the column"
int numPlot = 1; doc -e LP{ range -w rG = %C; string strRange$ = %(rG); page.LONGName$ = strRange$; }