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 statement that is not a comment appears between the opening Select
or Select Case
statement and its first Case
statement.
Error ID: BC30058
To correct this error
- If the intervening statement is a comment, precede it with a comment delimiter (
'
orREM
). Otherwise, move or delete the statement.
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.