Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Carriage return + line feed
Message
From
23/02/2006 16:03:53
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Carriage return + line feed
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01098684
Message ID:
01098684
Views:
64
What is the proper way to place a carriage return + line feed in a string?

x = "Line 1" + CHR(10) + CHR(13) + "Line 2"
or
x = "Line 1" + CHR(13) + CHR(10) + "Line 2"

Or is there a different way?

Thanks,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform