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.
An If statement occurs without a corresponding End If statement. An End If statement must be used to end the If block.
Error ID: BC30081
To correct this error
If this
Ifblock is part of a set of nestedIfblocks, make sure each block is properly terminated.Add an
End Ifstatement to the end of theIfblock.
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.