Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting CRLF
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01190708
Message ID:
01190709
Vues:
18
I prefer to #DEFINE the CRLF like below...

#DEFINE CRLF CHR(13) + CHR(10)

lcOutStr = STRTRAN(lcOutStr, CRLF, SPACE(0))



>I have a bunch of CRLFs in my memo fields. I know I can use the strtrans() function to replace them with blanks. Can someone tell me what the actual function might look like?
>
>Thanks in Advance...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform