Where is stringbuilder?



Is the best way to concatenate strings in Delphi 7

s := s + t //add to same string

instead of

s := t + v //these are different

Also, there doesn't seem to be a stringbuilder. Was this not a feature
of version 7?

Thanks,
Brett

.