Jul 19, 2001 #1 raghu75 Programmer Joined Nov 21, 2000 Messages 66 Location IN Hou to copy the one CstringList to another CStringList.??
Jul 19, 2001 #2 Zyrenthian Programmer Joined Mar 30, 2001 Messages 1,440 Location US Use the copy constructor CStringList listCopy(listToCopy); Matt Upvote 0 Downvote