Correction SS-3538
2 votes

allow numerical functions/procedures to be passed as functions arguments when variables are not defined

Created by Davide on 4/16/2018 12:43 PM Last Updated by Davide on 4/16/2018 12:43 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

When a function or a procedure contains numerical stuff that involves a variable (eval(...), if(...), etc...), the function can't be passed as argument to another function without defining the variable.

Simpler test case attached.

Workaround here.

There are no comments for this issue.