run -xfm doesn’t support lowercase XFunction name


Version: 2026

Type: Bug Fixes

Category: Programming

Subcategory:

Jira: ORG-23493


Run -xfm <XFunctionName> is used open tools which doesn’t support Labtalk access.

But before Origin 2026, it was case sensitive. User must type the exact X-Function name.

E.g. using Statistics on Columns tool. The X-Function Name is DescStats.

  • run -xfm DescStats; //dialog opens.

  • run -xfm descstats; //no dialog opens.

Fixed in Origin 2026 so

run -xfm descstats//dialog will open