good day to all! i would like to use a multi-dimensional array which size and range are setup dynamically. the array will be placed in the public location of my class because this array will be the one to catch data from another class (having a multi-dimensional array too)..

i try CStringArray but i cant set the additional range for it
Normal Use:
CStringArray cArrRowCol[5];

i want was:
CStringArray cArrRowCol[i]; which " i " varies from what will i give to its value

any idea of it? thanks