Failure on calling a function with a function as parameter

Failure on calling a function with a function as parameter

On Save Script this works fine:

  1. a = thisapp.myfunc(6,6);

but this fails:

  1. a = thisapp.myfunc(input.Check_in.getDay(),6);
with " myfunc is not a valid function".

Is this a bug in ZC?