Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field as a Variable
Message
 
À
28/02/2002 11:27:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00626468
Message ID:
00626475
Vues:
11
Chris,

I think what you are looking for is something like this:

LOCAL lcField

FOR i = 1 TO 52
lcField = 'week' + ALLTRIM(STR(i))
? MyTable..&lcField.
ENDFOR

HTH
Doug


>What I am trying to do is avoid a 52 week case statement by saving the field i.e. dmd_ as a variable junk_key and store a 1 to count_key. Then I would increment the count_key as needed. Thus, replacing an on_hand field with the field junk_key+alltrim(str(count_key) as needed. This would greatly decrease my coding. When I try the replace I get data type mismatch. Both field are integer. What I am asking is can I save a field as a variable nad use it in a replace statement for another field.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform