Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro Substitution Fails
Message
 
 
À
18/03/2003 15:41:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00767234
Message ID:
00767251
Vues:
11
Tracy,

EVALUATE('getfield')) is equal getfiled. SO you don't need EVAL() either.

>Yeah!!!!!!!!!!!!
>This works:
>THANKS (I always forget about EVALUATE!)!!!!!!!
>
>
>getfield='prof_sc'
>value1 = WORDHIDE(EVALUATE('getfield'))
>?value1
>
>*wordhide function xstr param should = 'prof_sc' in this example only
>FUNCTION wordhide
>PARAMETERS xstr
>
>? xstr
>IF LOWER(xstr)='prof_sc'
>	RETURN 'mdr_dob'
>ELSE
>	RETURN 'unknown - prof_sc was not passed to this program'
>ENDIF
>
>
>>Did you try the vfp EVAL() function?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform