Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New Line Character
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00669347
Message ID:
00669350
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>I'm trying to parse out lines from a memo field, and I was planning on doing it by the newline character (\n) but apparently VFP doesn't support that.
>
>What's the easiest way to do this in vfp? Is there a get line function or something?

The easiest and the fastest way to to parse memo is to use ALINES() function.
BTW, new line character is combination of Cariage Return and Line Feed -> CHR(13) + CHR(10).
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform