Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#Define variable not recognized in DynamicBackColor
Message
From
28/11/2004 04:18:24
 
 
To
27/11/2004 18:49:13
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00965154
Message ID:
00965207
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform