Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Divide variable into parts
Message
De
09/02/2008 12:34:50
 
 
À
09/02/2008 11:44:15
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01266627
Message ID:
01291072
Vues:
7
>>Dragan gave you a solution.
>
>Which I don't really like. Not at all - it creates 15 variables for no good reason. And then there needs to be code which will use these variables, which will also have to check for their existence first. Ugly, and unnecessarily complicated.
>
>>But I will repeat that an array is easier and "cleaner". With my earlier code var(1) is '3', var(2) is '1' and so on.
>
>Sure is... and reading that this is for a report, I smell a kludge. But I was also too tired/lazy to recheck the whole thread, so I let it go as is. I had some deja vu, though - sounds like we've been through this once before. But we all get those often, no big deal.
what would be wrong with
x=[123456789ABCDEF]
for I = 1 to len(m.x)
?substr(x,m.iI,1)
endFOR 
Peter
Peter Cortiel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform