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?