Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro substitution and evaluate - which to use
Message
 
 
À
20/07/2007 05:35:29
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01241954
Message ID:
01242296
Vues:
26
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform