Origin crashes when export ascii with script during batch processing


Version: 2021

Type: Bug Fixes

Category: Analysis

Subcategory: Batch Processing

Jira: ORG-22288


new bug in Origin2020b.

  1. Open script window, execute following script.

string fname$= "%(system.path.program$)Samples\Curve Fitting\Sensor01.dat";
string TemplateBook$= system.path.program$ + "Samples\Batch Processing\Sensor Analysis.ogwu";
batchProcess name:=TemplateBook$ id:=<none> fill:=<auto> append:=Result remove:=0 loopscript:=<[<string strFWPath$="C:\test\test.dat";expASC iw:=[%(_book$)]Result type:=0 path:=strFWPath$ separator:=TAB;>]>;

==>origin crashes