hi all, 
  I wish to set anInt to anInt inside a while loop. 
The method will look something like this; 
public void mymethodint anInt, int anotherInt 
     while some condition is true 
       some statement  anInt 
       some statement  anotherInt 
         ifsome condition is true 
          set anInt to anInt 
What statment would I need to use ? 
many thanks