Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The If operator accepts only two or three arguments.
Error ID: BC33104
To correct this error
Examine the
Ifexpression to see whether the number of operators can be reduced or extended to either two or three arguments.Consider using another conditional construction, such as an
If...Then...Elsestatement or a nestedIf...Then...Elsestatement to organize the arguments.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.