Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding lines to memo fields
Message
 
To
28/09/1999 14:02:14
Antonio Gubaira
Ingenieria Y Sistemas
Valencia, Venezuela
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00270104
Message ID:
00270129
Views:
21
>Hi,
>
>What mecanism may I use in order to add "n" character lines to the beginning of a memo field programatically ? The "n" lines plus the memo field will be the message body of an email sent from my application with VFP´s MAPI controls.

REPLACE WITH REPLICATE(CHR(13) + CHR(10), n) +

Where is the name of the memo field and n is the number or variable name containing the number of blank lines.
Oct 31 = Dec 25
Previous
Reply
Map
View

Click here to load this message in the networking platform