Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.13 seconds.

  1. Replies
    46
    Views
    5,221

    Re: Array and loops.

    You would have to say

    String AL = "27/12/93";

    I actually just did something with dates today. Made a whole class to allow me to work with mm/dd/yy date format the way I wanted to.
  2. Replies
    46
    Views
    5,221

    Re: Array and loops.

    That would be because of this statement:

    if (aryOneAdder <121){
    aryOneAdder++;
    }


    There are two ways you can construct this loop. The way you currently have it will...
  3. Replies
    46
    Views
    5,221

    Re: Array and loops.

    Ok, I'm going to try to run you through this as detailed as possible. Because Norm explained your problem back on like page 1.


    for( byte aryOneAdder = 1; aryOneAdder <121;){
    //Now...
Results 1 to 3 of 3