Hi, See attached. Note 1 ------ I made the following change in one place. Is this ok or should I call reserve(10) to be safe? - SvStrings aArr( 10, 10 ); + std::vector<String*> aArr; Regards, Brad