Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Easy way to pluck these characters from memo field?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00679569
Message ID:
00681687
Vues:
15
Hi Marvin.

>It does not recognize chr(10) or chr(13) alone.

Sure it does. Try this:
x = 'a' + chr(10) + 'b'
? alines(y, x) && shows 2
x = 'a' + chr(13) + 'b'
? alines(y, x) && shows 2
Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform