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:03:41
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00519713
Message ID:
00521140
Views:
49
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform