Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exercicio - extrair numeros de sting
Message
From
06/01/2003 14:13:46
 
 
To
06/01/2003 13:27:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00738448
Message ID:
00738489
Views:
17
Que tal fazer chuncho?...
Clear
lcString = "18,21,33,45,150,999,"
DO while Len(lcString) > 0
  ?StrExtract(lcString, "", ",")
  lcString = Substr(lcString, At(",", lcString) + 1)
EndDo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform