Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String Concat and XML
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00640419
Message ID:
00641384
Vues:
16
Interesting point.... In VB6, string concat with anything large is very slow. And with VBScript (WSH5.6), the same is true to the point where when I have to do string concat in that language I put each part into an array and Join() it and it is on the average 600x faster. Is there any info out there about concating a VFP array vs a VFP string? I would prefer to do everything in memory and let the OS decide when to swap if it has to. On my app servers I have 2+ gb of RAM, so keeping everything there is my favorite.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform