Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting carriage return in memo field
Message
 
À
31/07/1998 15:15:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00123123
Message ID:
00123166
Vues:
20
Chris,

You can lcVar = ChrTran(Memofiled,CHR(13)+CHR(10),"/n")

to remove the CR LF pairs. Don't forget to also check for lone CR's with;

lcVar = ChrTran(lcVar,CHR(13),"/N")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform