Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Side by side comparison (strings & local data)
Message
De
24/12/2003 06:26:44
 
 
À
24/12/2003 00:59:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00861648
Message ID:
00861881
Vues:
41
>Thanks Fabio. I'll check it out. Still wondering about the "why" though.

I think VFP virtual machine it recognizes the extension of one string,

string = string + stringextension

therefore, calculates
- stringextension

and after append stringextension to the string ( this can to be done a lot efficiently )

For
string = stringextension1 + string + stringextension
don't use known information, and calculates:
stringextension1 + string + stringextension
and then store result on the heap.

>Merry Christmas!


Thanks Jos.

Merry Christmas! to you too.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform