Function
Ends an #IF, #IFDEF, or #IFNDEF command. (#END-IF is a compiler directive.)
Syntax
#END-IF
Description
#ENDIF (without the dash) is a synonym for #END-IF.
Examples
#ifdef debuga show 'DebugA: #j = ' #j edit 9999.99 show 'Cust_num = ' &cust_num #end-if
See Also
#IF, #IFDEF, and #IFNDEF for a descriptions of compiler directives