Search:

Type: Posts; User: Norm

Search: Search took 0.27 seconds.

  1. Replies
    3
    Views
    1,533

    Re: Error Accessing Array Index

    Can you save that value in a variable that is in scope outside of the loop? Define a variable to hold the value outside the loop, set its value inside of the loop and then its value will be...
  2. Replies
    3
    Views
    1,533

    Re: Error Accessing Array Index

    Looks like the variable: index is defined only inside of the for loop.

    Why do you want to use the loop control variable (index) outside of the loop? What slot in the day array do you want to...
Results 1 to 2 of 2