Hi.
I have a function and I want to run it at specific times of the day (say at noon and at 8 pm). Since it is impossible for me to be exactly at that time every single day, I would like to build a function in Mathematica that runs my original function at those time.
Suppose I have a funcA[params_] that goes to some web pages, retrieves information, and stores it in the computer. I would need a funcB that runs funcA at 12 , and at 8 pm. Is this at all possible in the Wolfram Language? Can somebody help me with this? Thanks Xan