Not a problem. If you are new to Java and eclipse, I would suggest you use eclipse debugger which will step through your code and you can see what the value of the variable is at every step of the code. That way you'd notice the variable value change right after the 'if' statement.
On Sun, Aug 9, 2009 at 9:02 AM, Hugh <[email protected]> wrote: > > Damn, now i feel stupid. > > Thanks Guys! :) > > > -- Abhiram Alamuru --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

