I have a script that opens a data file, makes some graphs, parses a project name from the data file and then saves the project. Problem happens when the save is executed, Origin closes. I didn't expect that based on the write up of the save function. Any ideas?
Script Excerpt:
GrTemp$="C:\testnotes.txt";
run.section(,RunBatchMCS, GrTemp$);
window -a data1; %t = page.label$; %s = %[%t, "."];
save %s;
1 L A T E S T R E P L I E S (Newest First)
Deanna
Posted - 06/11/2007 : 05:50:35 AM Not sure what the problem is.