Intrinsic define (macro string) set by the compiler
Syntax
__FUNCTION_NQ__
Description
Substituted with the non-quoted name of the current function block where used.
Example
Sub MySub
Print "Address of " + __FUNCTION__ + " is ";
Print Hex( @__FUNCTION_NQ__ )
End Sub
MySub
Address of MYSUB is 4012D0
Differences from QB
See also