Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro Substitution Fails
Message
 
 
To
18/03/2003 15:41:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00767234
Message ID:
00767251
Views:
12
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform