Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I wish this was in VFP and not VB.....
Message
 
 
To
19/06/2001 13:03:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00519713
Message ID:
00521144
Views:
51
>Nadya:
>
>I think Georgr meant
>
>
>local lcCr, lcTab
>
>#define vfpCr   Chr(13)
>#define vfpTab  Chr(9)
>
>lcCr=vfpCr
>lcTab=vfpTab
>
>Do While
>   *-- Use the variable, not the constant
>   something = something + lcCr + somethingelse
>EndDo
>
>Daniel

Thanks, Daniel. I just get rid of the define completely. I changed in all my programs:

#define CR chr(13)
to
local CR
CR = chr(13)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform