T O P I C R E V I E W |
surjpanj |
Posted - 12/29/2020 : 05:44:23 AM 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$; }
Thanks, Matt
|
2 L A T E S T R E P L I E S (Newest First) |
surjpanj |
Posted - 12/30/2020 : 04:01:12 AM Perfect! It works. Thank you! |
Chris D |
Posted - 12/29/2020 : 10:30:44 AM Try this:
doc -e LP{ page.longname$ = "%(1Y,@WL) %(1Y,@LL)"; }
Thanks, Chris Drozdowski Originlab Technical Support
|
|
|