On Jul 4, 2004, at 1:01 PM, Dar Scott wrote: > <? put getList into mergeVarX; sort items of mergeVarX; return > mergeVarX ?> I meant this: <? put getList() into mergeVarX; sort items of mergeVarX; return mergeVarX ?> I guess that doesn't matter much. Dar