Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • HotChilli's avatar
    3 years ago

    Have you proved that the error does not come from the logic inside the function?