Hi,
Are there any rules/restriction regarding input parameters for external functions?
I have some functions that work in a large EFS, but some do not work when I try to move them out and call them.
I identified that the problem occur only when parameters are variables, like a moving average for example.
For example:
var xyz = call("xxx.efs", MAS10, prevMAS10)
Again, the function works when is part of the file where MAS10 is generated.
Can anybody help? Thanks.
Are there any rules/restriction regarding input parameters for external functions?
I have some functions that work in a large EFS, but some do not work when I try to move them out and call them.
I identified that the problem occur only when parameters are variables, like a moving average for example.
For example:
var xyz = call("xxx.efs", MAS10, prevMAS10)
Again, the function works when is part of the file where MAS10 is generated.
Can anybody help? Thanks.
Comment