Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using TEXT - ENDTEXT
Message
 
 
À
06/01/2009 15:01:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01371436
Message ID:
01371485
Vues:
25
The macro substitution compiles the expression in a memory and executes it.
The EXESCRIPT() writes code to a PRG on a disk, compiles it and then executes. It's not only slower but also the code executes as external prg. As a side effect, it cannot see classes, forms, reports and other resources embedded into EXE.

>I was under the impression that 2 and 3 were reversed. Thanks for the info.
>
>>Below are different options ordered by efficiency. I always start at the top and go down, if necessary
>>
>>1. Name expression
>>2. Macro substitution
>>3. EXESCRIPT()
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform