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.
A Do
statement occurs without a corresponding Loop
statement. A Loop
statement must be used to end the Do
loop.
Error ID: BC30083
To correct this error
If this
Do
loop is part of a set of nested loops, make sure each loop is properly terminated.Add a
Loop
statement to the end of theDo
loop.
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.