Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.27 seconds.

  1. Replies
    9
    Views
    1,264

    Re: Immutable Integers

    I managed to solve the issue by placing the int in an array and passing the array of a single int. This is basically how I would change my basic example to work properly:
    public void method1() {...
  2. Replies
    9
    Views
    1,264

    Immutable Integers

    Hello,

    I am attemping to figure out how to increment an integer value from another method (without returning the new value). Does anyone know a way to do this?

    Here is an obviously wrong...
Results 1 to 2 of 2