|
-
Aug 20th, 2007, 12:14 AM
#1
Thread Starter
Frenzied Member
What is the fastest way to append to a string?
string = string & new_data
takes an enormously long time to execute..
it works very well for small strings and small loops but if you have to do a loop 180,000 times appending to a string, it takes FOREVER using the above code.
is there a faster method i dont know about?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|