FILE_NQ
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdfilenq
- Last revised: 2016-02-10
Intrinsic define (macro string) set by the compiler
Syntax
` FILE_NQ
`
Description
Substituted with the non-quoted source file name where used.
Examples
start GeSHi
vb
#print __FILE_NQ__end GeSHi
Differences from QB
- New to FreeBASIC
See also
__FILE____FUNCTION_NQ____LINE__
Back to DocToc