Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help parsing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00429941
Message ID:
00429993
Vues:
14
Whoops! Just saw that last part about spaces. How about this:

ltype=''
lcolumncounter=1
For lcntr=1 to len(col7)

ltype=ltype+substR(col7,lcntr,1)

if inlist(alltrim(ltype), ...valid types, or seek in a table)
lcolumncounter=lcolumncouner+1
lcolumn='col'+alltrim(Str(lcolumncounter))
lvalue=eval(lcolumn)

****Store values somewhere
ltype=''
endif

endfor
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform