in reply to Sorting an Array

Hi,

one part of this sorting job is the possibility to compare the values by which you want to sort. In this case the dates stored in entry{statement_date}. So you have to convert this date to a comparable value.

What is the format of this date?

McA