Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Separate the strings
Message
From
25/03/2016 09:05:55
 
 
To
25/03/2016 05:24:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01633712
Message ID:
01633729
Views:
74
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
Previous
Reply
Map
View

Click here to load this message in the networking platform