On Mon, Mar 3, 2008 at 4:21 PM, Steve LoBasso <[EMAIL PROTECTED]> wrote: > Nedit handles this type of iterative concatenation poorly due to how it > manages string memory. > > Instead, you might try creating a large array and using join() at the end to > create the final string. I don't have source in front of me right now, but I > believe this will work better. thats a good idea, thanks.
Steve, BTW, can you look at this mail, I think that are your comments, maybe you remeber this. Thanks. http://www.nedit.org/pipermail/develop/2008-January/014028.html Bert > > -Steve -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
