Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String Concat and XML
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00640419
Message ID:
00641384
Views:
15
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform