JJacobs313
Technical User
I have taken over for someone, and I am trying to avoid the issues from the past with Holidays, and get it sorted out now. I noticed a lot of places have multiple holiday tables in their vectors:
07 goto step 20 if holiday in table 1
08 goto step 20 if holiday in table 4
So table one includes Christmas Eve, table 4 is Closed Early Christmas Eve 12:00 to 18:00. I do not see how this would even work. It seems to me that because of table 1, it would bypass line 8 (table 4) on Christmas Eve.
Just wondering if I am seeing this correctly.
07 goto step 20 if holiday in table 1
08 goto step 20 if holiday in table 4
So table one includes Christmas Eve, table 4 is Closed Early Christmas Eve 12:00 to 18:00. I do not see how this would even work. It seems to me that because of table 1, it would bypass line 8 (table 4) on Christmas Eve.
Just wondering if I am seeing this correctly.