Version: 2023
Type: Bug Fixes
Category: Programming
Subcategory: LabTalk
Jira: ORG-25414
For example, define below function in the Before Formula Scripts edit box, then input "MyFunc(A)" as formula, failed to work in Origin 2022b.
function double MyFunc(range rr) { return rr[1]; }
Fixed in Origin 2023