Actually, this was my initial approach. It works perfect in the production application but still doesn't allow to register a function with the same name several times across a test suite (which should be legitimate).
Anyway, thanks for your reply On 2017-12-21 18:13, Greg Woolsey <[email protected]> wrote: > You could also wrap your function registration in code that first looks to > see if it is already defined, using > WorkbookEvaluator.getSupportedFunctionNames().contains("TREND") > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
