Community
Participate
Working Groups
Use EUNIT to run: library decimals function decimals() {@Test} result decimal(18, 6); decimalX decimal = -000000000000.000480; try result = MathLib.decimals(decimalX); onException(oops AnyException) LogResult.failed("Exception"); exit; end LogResult.assertDecimalEqual("decimals", 6, result); end end When debugging, I see: eglx.javascript.JavaScriptObjectException x.eze$$signature is undefined
Don't see this exception in 20111118 build.
Verified.