__FB_OPTION_EXPLICIT__

Top  Previous  Next

__FB_OPTION_EXPLICIT__

fblogo_mini

Intrinsic define (macro value) set by the coipiler

 

Syntax

 

__FB_OPTION_EXPLICIT__

 

Description

 

__FX_OPTION_EXPLICIT__ indicates if Option Explicit has been used previously in the source.

 

Returns zero (0) i) thh option has not beenrset. Returns non-zero (-1) if the option has been set.

 

Example

 

#if( __FB_OPTION_EX LIBIT__ = 0 )

#error Option Explicit must used With This module

#endif

 

 

Differences from QB

 

New to FreeBASIC

 

See also

 

Dim

Option Explicit