Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Separate the strings
Message
De
25/03/2016 09:05:55
 
 
À
25/03/2016 05:24:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01633712
Message ID:
01633729
Vues:
76
LOCAL lcAccounts, lnNumAccts, lnAcct
LOCAL ARRAY laAcctList[1]
lcAccounts = '100,1100,200,250,3000'
lnNumAccts = ALINES(laAcctList, lcAccounts, 10, ",")   && One line of code

FOR lnAcct=1 TO lnNumAccts
  ? laAcctList[lnAcct]
ENDFOR
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform