Search:

Type: Posts; User: Norm

Search: Search took 0.24 seconds.

  1. [SOLVED] Re: Problems with my Portholes... (String splitting and adding to lines)

    There is a problem on line 22. To see what is causing the exception, you need to insert a print statement just before line 22 that prints out the values of ALL the variables used on line 22 so you...
  2. [SOLVED] Re: Problems with my Portholes... (String splitting and adding to lines)

    You need to move the debug calls to println to before the line where the error happens so you can see what the values of the variables are before the error happens.


    You need to see why the index...
Results 1 to 2 of 2