09-05-2014 04:39 AM
Hello,
I created a loop that shows me the elapsed time with 1000ms update-rate.
Now i need to add a pause-mode that stops incrementing the displayed time. (In the screenshot the empty case-structure.)
Now i could simply put the "Wait 1000ms" in the true-case. But then it could still be possible that the two "Get DateTime" are different.
Thx for help
Solved! Go to Solution.
09-05-2014 04:45 AM