Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro substitution and evaluate - which to use
Message
 
 
To
20/07/2007 05:35:29
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01241954
Message ID:
01242296
Views:
25
>>Good point. The only place we need to use macro is fields and where clauses (and join if we build it as string). So, we can try to minimize its usage.
>>
>>Though I'm not sure what is quicker:
>>
>>lcSelect = whole select string
>>&lcSelect
>>
>>or
>>
>>select &lcFields from (lcTable) &lcJoin where &lcWhere into table (lcTable)
>
>Join and where unlikely needs macro. Latter would be faster.
>Cetin

Cetin,

Thank you for your answer, it's important to know.

I think, if you construct your joins and where condition as a string, you would have to macro expand it.

Thanks again.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform