Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding lines to a memo
Message
General information
Forum:
Visual FoxPro
Category:
Contracts, agreements and general business
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01332418
Message ID:
01332457
Views:
10
Not exactly. The CHR(13) is CR (Carriage return) only. LF is CHR(10) and New Line (CR+LF) is CHR(13)+CHR(10)

>
>Have you tried doing it with string concatenation? The chr(13) give you a carriage return/line feed to start a new line.
>
>replace email_saida.msg WITH "Dear sir" + chr(13) + ;
>   chr(13) + emails.msg + chr(13) + chr(13) + ;
>   "Regards, Moisés F. Pereira" additive && adds message footer
>
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform