Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is correct syntax for removing CR & LF from memo fi
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00797767
Message ID:
00797771
Vues:
24
This message has been marked as the solution to the initial question of the thread.
The carriage return has code 13 and the line feed - 10.
REPLACE memofield WITH STRTRAN(memofield, CHR(13)+CHR(10), "")
>Hi
>
>What is the correct syntax for removing carriage return and line feed from a memo field.
>
>Replace memofield with strtran(memofield,?,"") where ? is the bit I can't remember.
>
>Thanks
>
>Colin
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform