Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimizing this macro substitution
Message
 
 
To
09/06/2002 23:17:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00666423
Message ID:
00666425
Views:
16
This message has been marked as the solution to the initial question of the thread.
>Is there a way to optimize this code to avoid the macro substitution?
>
>
>lcExec='llOk='+This.cMethodAdd+'(This.nNumero)'
>&lcExec
>
Try
llOk = EVALUATE(This.cMethodAdd + "(This.nNumero)")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform