FBWiki : KeyPgDdfile

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

__FILE__


Intrinsic define (macro string) set by the compiler

Syntax:
__FILE__

Description:
Substituted with the quoted source file name where used.

An example of normal use is to report wrong values in debugging.

Examples:
Dim a As Integer
If a<0 Then
    Print "Error: a = " & a & " in " & __FILE__ & " (" & __FUNCTION__ & ") line " & __LINE__
End If


Error: a = -32767 in test.bas (MAIN) line 47


Differences from QB:

See also:

Back to Intrinsic Defines

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode