Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    4,339

    Re: help with for loop

    In place of the 720.
    Its value would be the number of times you want to loop to iterate.
  2. Replies
    4
    Views
    4,339

    Re: help with for loop

    What does the value 720 represent? Instead of hardcoding a value, use a variable with a proper name that is given a value using an expression. For example:
    int timeToRunInSec = 12*60*60; //...
Results 1 to 2 of 2