Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible VFP7/8 ER: Integrate Crystal Reports
Message
From
17/04/2001 17:30:53
 
 
To
17/04/2001 17:11:45
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00495582
Message ID:
00496444
Views:
13
>I think we're confusing "pre-processing" and "compiling"; these are simply "code substitutions" performed during the pre-processor stage. The substituted code (ie. .... SYS( n ) ....) is what is getting compiled.

Here's another good example for this:

#DEFINE ccMESSAGE0 "Hello Mike!"
#DEFINE ccMESSAGE1 Hello Mike!
#DEFINE ccMESSAGE2 UPPER('Hello Mike!')
#DEFINE ccMESSAGE3 ('Hello Mike!')
?ccMESSAGE0
?[ccMESSAGE1]
?ccMESSAGE2
?UPPER ccMESSAGE3
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform