Forum Discussion
Anonymous
3 years agoNot applicable
Expression.Error: 2 arguments were passed to a function which expects 3.
I've written a function that is intended to intake 2 arguments (dates) and report the number of weekdays elapsed. However, when I invoke the function, it tells me that my function is expecting 3 argu...
- 3 years ago
Have you proved that the error does not come from the logic inside the function?
Anonymous
3 years agoNot applicable
Well, now I feel silly. That was the issue, thanks!