if ( sortCol ) {
                sortCol = sortCol[ 1 ];
                len = sortList.length;
                for ( indx = 0; indx < len; indx++ ) {
                    arry[ arry.length ] = sortCol + '[' + sortList[ indx ][ 0 ] + ']=' + sortList[ indx ][ 1 ];