Quote:
Originally Posted by janvanmaar
@Starson17: You could just look at the date of the last run and exclude all articles with date older than that - I assume at least that this was meant by 'date comparison'.
|
Yes, but to do that you need to know the date of the last run, and that requires storing that date somewhere during the previous run and fetching it during the current run to do the comparison. That's exactly what my comment was about - passing data from one recipe run to the next one.