Subj : Re: Declaring a Dynamic String To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Tue Nov 09 2004 10:52 am You are posting in the newsgroup for the old, 1997, Borland C++ compiler but are asking about the current C++ Builder compiler. More people familiar with that product are found in newsgroups where it is the expected subject. To find such groups look for newsgroups with the word 'cppbuilder' in their name. As for information on vector, string and the rest of the C++ Standard Template Library (STL) you might find the links under STL at this page to be useful: http://www.mulroy.org/programg.htm .. Ed >DKat wrote: >...I am now using AnsiString and while I can >figure out how to easily create a single new >TStringList ... .