Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visibility of defined constants
Message
 
À
13/12/2006 14:11:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01177331
Message ID:
01177430
Vues:
12
Your understanding is mistaken. #DEFINE is a compiler directive (also known as a manifest constant), that is it tells the compile to replace the constant with the value BEFORE compiling the code. These are scoped only to the program they are in and to no others. You must include the #INCLUDE line in every PRG and also add it to forms and class libraries using the Form or Class menu option while editing the form or class.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform