Fail to get correct parameter value from report sheet when a parameter called "tp4"


Version: 2024

Type: Bug Fixes

Category: Analysis

Subcategory: Fitting

Jira: ORG-27694


When creating a User-defined Function. if parameters name contains “pN” (N is integer, e.g. p1), after fitting, it will get wrong parameters using LabTalk, like below

getnlr tr:=tFitResults showall:=0 pnotation:=0;
tFitResults.A=;    // A is the parameter above the p1 in Parameters tab

The issue exists since Origin2022 and fixed in Origin2024