Forum Discussion
jnixon
6 years agoAdvocate II
how to pass multiple optional parameters to a custom function?
I've experimented, but I have not come up with a solution for this scenario: My Custom function accepts three parameters, the last two of which are optional. I want to pass parameters one and three ...
- Anonymous6 years ago
Make sure that your second argument has no type. You will then be allowed to pass a null value as the second option.
Anonymous
6 years agoNot applicable
Make sure that your second argument has no type. You will then be allowed to pass a null value as the second option.