Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is that command that returns words from text?
Message
 
À
21/01/2008 21:44:34
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01283877
Message ID:
01283911
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform