Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
#Include
Message
De
13/03/2004 14:04:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00885954
Message ID:
00885980
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform