I am working on a program for work and I want it to save files every day, how would I go about detecting if its a new day?
detect next day
BlitzMax Forums/BlitzMax Programming/detect next day Check if CurrentDate() <> oldCurrentDate ?
right but what am I doing to assign oldcurrentdate? running a loop or using millisecs?
thanks I will give it a try.