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:
a = thisapp.myfunc(6,6);
but this fails:
a = thisapp.myfunc(input.Check_in.getDay(),6);
with "
myfunc is not a valid function".
Is this a bug in ZC?