Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert entries in messagebox to a comma-delimited list
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00298547
Message ID:
00298554
Vues:
16
>Hi everyone,
>
>I haven't worked much with editboxes, so I just want to ask a simple question:
>Suppose, a user types like:
>eyyeye
>yrueie
>yeyeye
>ytytyt
>etc.
>
>I want to make a comma delimited list of values from each string (don't know how many strings they type). How can I do it?

This may work:

lcMemo = CHRTRAN(TableName.MemoName, CHR(13) + CHR(10), ",")
Chris McCandless
Red Sky Software
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform