Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I wish this was in VFP and not VB.....
Message
From
19/06/2001 13:20:59
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00519713
Message ID:
00521149
Views:
50
Nadya:

> I just get rid of the define completely.

I always include at least two include files: one general and one specific to the current project (+ some specific to components). The vfpCr, vfpCrLf, and vfpTab definition is kept in the general file and I just put
#Include 
Local lcCr 
lcCr = vfpf
in my program.

I am a strong advocate for using contants whenever possible. One silly question that managers often ask me in technical interviews is "what value must you assign to for the to ?". I always answer the name of the constant in my header file and when prompted to state its value, I always answer that I spend my time learning design patterns, UML, Oracle, ASP, and don't waste it memorizing a bunch of constants...

Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform