make NESTED custom functions usable in formulas
Hi all,I am trying to build an add to make some complex calculations based on temperature and pressure.my approach is making a script and then attach this to an invisible add-in. Then use use the formulas in the pluging, in Formulas via global:myfunc(). If I have a single function on my script this approach works (see topic).However, if I have two nested functions in one jsl script. This approach ...