Search:

Type: Posts; User: steven_bishop

Search: Search took 0.07 seconds.

  1. Re: How can i store time in a variable for comparsion?

    I'm not sure I'm bit confused to be honest.
    I need to do this sort of thing

    if(thread_current_total_sleep_time == thread_previous_total_sleep_time + 2000000)
    {
    update_previous_and _current() ...
  2. How can i store time in a variable for comparsion?

    I'm not sure how to store time in a variable without it having the value of current run time
    I've never done this before. :confused:

    scenario
    ( don't look to much into the scenario as it's...
Results 1 to 2 of 2