Search:

Type: Posts; User: Norm

Search: Search took 0.22 seconds.

  1. Thread: Array help

    by Norm
    Replies
    7
    Views
    1,014

    Re: Array help

    If you can not see what variable online 67 is null, let the computer tell you.
    Add a println statement just before statement 67 that prints out the values of all the variables used on line 67. The...
  2. Thread: Array help

    by Norm
    Replies
    7
    Views
    1,014

    Re: Array help

    Line 67 had a variable with a null value when it was executed. Look at line 67, find the variable with the null value and backtrack in the code to see why that variable does not have a valid value.
Results 1 to 2 of 2