Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Separate the strings
Message
De
25/03/2016 09:07:59
 
 
À
25/03/2016 05:24:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01633712
Message ID:
01633732
Vues:
81
>
>local accounts,y
>m.accounts='100,1100,200,250,3000'
>
>m.y=""
>for i=1 to  getwordcount(accounts,',')
>m.y=m.y+"accounsts["+trans(i)+"]="+getwordnum(accounts,i,',')+chr(13)
>endfor
>_cliptext=m.y
>messagebox(m.y,"string in clipboard")
>
This way is much slower than ALINES().

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform