#ELSE

Function

Compiles the code following #ELSE when a preceding #IF, #IFDEF, or #IFNDEF is FALSE. (#ELSE is a compiler directive that works with the #IF, #IFDEF, and #IFNDEF compiler directives.)

Syntax

#ELSE

See Also

#IF, #IFDEF, and #IFNDEF for descriptions of compiler directives