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
