Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One two spaces automatically
Message
 
 
To
14/01/2007 15:07:14
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01185456
Message ID:
01185462
Views:
16
>Hi all,
>I want to print a memo with one or two space between each line. Other than line + chr(13)... is there another way more elegant to obtain the same job?
>Thanx

Put strtran(myMemo, chr(13) + chr(10), chr(13)+chr(10)+chr(13)+chr(10)) into the field expression.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform