Setting a package to a large number converts it to scientific notation, which cannot be understood by any of the math tools, causing errors like Reason: Action setadd only takes number values but TestPackage has the value of "2.3328E+19". in code that works well until til a too-big-number is used.
Setting a package to a large number converts it to scientific notation, which cannot be understood by any of the math tools, causing errors like
Reason: Action setadd only takes number values but TestPackage has the value of "2.3328E+19".in code that works well until til a too-big-number is used.