Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVALUATE and macro substitution alternatives
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00385373
Message ID:
00385935
Views:
20
>>"when you need macro substitution, you need it!"
>>
>>I agree completely. We've come up with a solution that, although involves a lot of changes, will give us flexibility down the road. Thanks for your help.
>
>What's the difference between:
>fldname='MyTable1.field1'
>replfldname='MyTable2.field2'
>replace (fldname) with evaluate(replfldname)
>
>versa
>
>replace &fldname. with &replfldname.
>
>What would be more efficient?
>
>Thanks in advance.



Nadya,

The Name Expression (fldname) is fater then evaluate(replfldname)
wich in turn is faster than macro substitution.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform