Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Separate the strings
Message
De
25/03/2016 05:24:59
 
 
À
25/03/2016 01:45:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01633712
Message ID:
01633719
Vues:
90
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")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform