Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert entries in messagebox to a comma-delimited list
Message
De
03/12/1999 15:40:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00298547
Message ID:
00298551
Vues:
21
This message has been marked as the solution to the initial question of the thread.
Hi Nadya,

>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?

Let me understand, the user types:

'a' hits enter
'b' hits enter


And you want "a,b"? Try:

?chrtran(Editbox.Value, chr(13), ',')
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform