Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#Include
Message
From
13/03/2004 14:04:27
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00885954
Message ID:
00885980
Views:
17
No, it is impossible because
for #include directive line VFP do not make any operation,
it execute line and ignore any error ( file not exist, bad ... )

examples:
#define build_root "c:\Test\Test.h"

#include build_root            && search build_root file
#include "c:\Test\"+"Test.h"   && ignore
#include GETFILE()             && ignore
#INCLUDE ??????1234567         && ignore
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform