{// arrsRowText will hold all column text for one rowCStringArray arrsRowText;// find the first element that is greater than or equal to// the partition element starting from the left Index.if( bAscending )while( ( nLo < nHigh ) && (GetItemImageIndex(nLo, nCol) < nMidItem ) ) ...