|
Yes, your method will work, but you will need a trigger to run the second part, getting the new time.
I know little about APE, never used it, but the server side language is javascript. Js has two functions setInterval() - will execute another function, over and over again, at specified time intervals AND setTimeout() - executes a function, once.
The variables sent to the about functions are the time of the interval in millisecs and the name of the function to execute.
In other words, once started, say by the start button, no further input [trigger] is needed.
|