Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding lines to memo fields
Message
 
À
28/09/1999 14:02:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00270104
Message ID:
00270129
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform