Thanks Rob. I found it and I think it is similar with Wilfried Mestdagh's idea.
For anybody who might be interested the code for TStringBuilder it is here: http://koders.com/delphi/fidA1AE3A32ABA1DB8C2AC6CECA665008C805FAD70A.aspx?s=TStringBuilder --- Rob Kennedy <[EMAIL PROTECTED]> wrote: > Human wrote: > > I should use 'Concat' or there are other string functions specialized > > in building strings? > > The Concat function is no different from the "+" operator. (It used to > be different, in Turbo Pascal, but Delphi's long strings changed > everything.) > > There are .Net-like TStringBuilder classes for Win32. I found one at > koders.com. > > -- > Rob > __________________________________________________ > Delphi-Talk mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi-talk > ...and the traveler died, stroked by the beauty of the landscape. THE MORNING OF THE MAGICIANS Louis Pawels & Jacques Bergier __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
