On 5/17/22 10:48, Robert Wilhelm wrote:
Hi Nikolay,
+call testWeekday(DateSerial(2000, 1, 1), vbSaturday, 1) +call testWeekday(DateSerial(2000, 1, 1), vbSaturday, 1)
You have this line twice. Is this intentional?
It was not intentional, I'll resend after first patch gets in (or doesn't).
Maybe you could add a test where second argument of Weekday is omitted.
It's there, within testWeekday().
Thanks, Robert