Object value=base.get(keys[i],null);
if(hasSubDef) {
value=VariableInterpreter.getVariable(pc,Caster.toCollection(value),pathToSubElement);
}
arr[i]=new SortRegister(i,value);
}
ExceptionComparator comp=null;
// text
if(sortType.equalsIgnoreCase("text")) comp=new SortRegisterComparator(isAsc,false);