Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove CHR(13)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00441326
Message ID:
00441397
Vues:
17
>I'm trying to remove all carriage returns in a memo field and replace them with semi-colons so that everything appears on one line in a report. The following doesn't seem to work:
>
>store STRTRAN(memofield,chr(13),";") to newfield
>...
>
>It still displays it over multiple lines.

If you want to change field, you probably should use replace command, e.g.:
replace memofield with strtran(memofield, chr(13),';') all
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform