Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seleção de palavras
Message
 
To
12/03/2004 12:58:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00885693
Message ID:
00885705
Views:
10
Alow Antonio!

Alguém tem uma rotina para pegar as palavras de uma string separadas por ponto e virgula. Por exemplo: quais as palavras da string 'um;dois;tres;quatro;cinco'
m.cString = 'um;dois;tres;quatro;cinco'
For m.nIndex = 1 To GetWordCount(m.cString,';')
   ? GetWordNum(m.cString,m.nIndex,';')
EndFor
Divirta-se! .... []s!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform