Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is that command that returns words from text?
Message
 
To
21/01/2008 21:44:34
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01283877
Message ID:
01283911
Views:
20
Assuming the values are good, which in your sample are not, and they are simple like your example (ie: no call to other functions to determine some value) you can do something like this
clear
? ALINES(laColors, STRTRAN([RGB(111,222,333,444,555,666)], [,], [)] + CHR(0) + [RGB(], 3, 1), 1, CHR(0))

? laColors[1], laColors[2]
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform