Hi guys I have a standard scoring algorithm but I need to help on a piece of code to only execute the scoring algorithm at certain times.
I want it to be triggered by dates, but the problem arises if the program is used after 2 (or more) dates have passed, the first date will not be added as the second date is the newest and therefore the one that triggers the scoring algorithm.
Extra information:
- The scoring algorithm gets the scores for that week, which are stored in a text file.
Please could someone help with this problem. Thanks :)