Hi all,

It seems a comparison like

If (iyr(.date_1)) > (iyr(.date_2)) then ...

uses the number of digits set in the date format.

So with a two digit year format  (20)01 < (19)99

if date_1 > .date_2 then .. 

compares accurately regardless.

Is this a bug, or is there  a reason for it?

Thanks,

Ben Petersen


Reply via email to