Auto-translated
Hi! I'm facing some difficulties with the following: I need a certain action to be performed every 2 weeks on the first day of the week. Initially, I wrote the following code:
if (GetDate(WEEK) == 2) and (GetDate(DAY_OF_WEEK) == 1) then
However, this triggers the action on the 2nd week of each month, but I need it to work every 2 weeks on the first day of any month.