Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
#Define variable not recognized in DynamicBackColor
Message
De
28/11/2004 04:18:24
 
 
À
27/11/2004 18:49:13
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Divers
Thread ID:
00965154
Message ID:
00965207
Vues:
8
>Undocumented side effect using []? Too bad, I feel now I should include places I used [] as potential bug sources:(
>Cetin

Hi Cetin,

""'' and [] are different a lot.

A "text" or 'text' it is skipped at compiled time.

A [text] it is compiled !!!
#DEFINE AA 3
Y='4'
? '111111;
		&Y	AA'

? "111111;
		&Y	AA"

* vfp Compiler reduce the prefix line to a single space!
? [111111;
		&Y	AA]
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform