Skip to content

getMissingUserDefinedArguments work wrong in the latest version #265

Closed
@ninh-mech

Description

@ninh-mech

Issue title:

  • getMissingUserDefinedArguments work wrong in the latest version

Issue content:

After I update to the latest version of mXparser, I got problem when use getMissingUserDefinedArguments fucntion.
Example: my expression in string: "300+Caster_Attack*3"

var expression = new Expression("300+Caster_Attack*3"); 
expression.getMissingUserDefinedArguments();

At v4.4.2 : that function will be return a string array [0] : "Caster_Attack"
At v.5.0.6 : that function will be return a string array [0]: "ast" [1]: "r_Attack"

If bug/question:

  • MathParser.org-mXparser verssion: v.5.0.6
  • Framework: .net

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions