Subj : About Multidiamension arrays of any class To : borland.public.cpp.borlandcpp From : "Asaf YURDAKUL" Date : Tue Oct 21 2003 11:45 am Hi I can declare Multidiamension arrays of class for example 2D TStringList typedef DynamicArray< DynamicArray < TStringList*> > T2DStrListArray; but I can not use it Please give me an example about how use mulitdiamensional arrays of any class .