In general you will want to use
jep.addVariable("GradePay",20000);
to update the JEP variable. You can call this multiple times if you
need to run the formula with different values.
If you data is in a HashMap the you could use
jep.addVariable("GradePay", MyMap.get("GradePay"));
Richard
> --
> You received this message because you are subscribed to the Google Groups "Jep Java Users" group.
> To post to this group, send email to jep-...@googlegroups.com.
> To unsubscribe from this group, send email to jep-users+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jep-users?hl=en.
>
>