Search:

Type: Posts; User: Blackrabbitjack

Search: Search took 0.07 seconds.

  1. Replies
    20
    Views
    1,845

    [SOLVED] Re: Can't reassign boolean value!

    I will agree with Norm. If you only need a quick variable for a function inside a method, instantiate it within the method. Otherwise, if you need multiple methods to use a single variable, or a...
  2. Replies
    20
    Views
    1,845

    [SOLVED] Re: Can't reassign boolean value!

    I was confused by what Norm is trying to say when he posted it in my post. Basically, whenever you want to see if a variable is being assigned to something, use a println to say ("Assigned variable...
Results 1 to 2 of 2