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.
#ElseIf, #Else, and #End If are conditional compilation directives. The #ElseIf, #Else, or #End If is not preceded by a corresponding #If directive.
Error ID: BC30013
To correct this error
Check that the intended #If is not separated from the clause in question by an intervening conditional compilation block or an incorrectly placed #End If.
Note
Only one #Else is permitted in each #If block, so two successive #Else directives cause this error.
Check that the leading # is not missing from an earlier #If directive.
If everything else is in order, add an #If directive to the beginning of the conditional compilation block.