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 the Do loop.