Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing a variable
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00573603
Message ID:
00573606
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
>I am having trouble with an application. I am populating a variable lcReprTable with the result of a choice from a list box (lcNetworkName)
>
>lcReprTable = 'Repr' + alltrim(lcNetworkName)
>
>This is referencing me to the table that I want to do testing with. I am using
>
>AFIELDS(laReprStructure,lcReprTable)
>
>to step through the fields of the table. I then use
>
>lcTemp = laReprStructure(lnCount,1)
>
>to grab the field name. I need to check that the data within the lcTemp field is of numeric type. Otherwise, I need to halt the application. I have tried
>
>if type('lctemp') <> 'N'
>
>but that always returns a false as lcTemp is the field name not the data within the field.
>
>Can someone help me out here? I know that this is simple but I'm just spinning my wheels here.
>
>TIA

Try:

? VARTYPE(EVALUATE("alias.fieldname"))
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform