RESOLVED:parameterExecute reports wrong value

Please see attached example.

Best wishes,
David
parExec bug.toe (4.17 KB)

Thanks for the example.

Using par.val will only give you the constant value. You have an expression in your Test parameter, so you should use par.eval() instead.

docs.derivative.ca/Par_Class

Makes sense, thank you Eric.