[android-beginners] Re: Saving calculator result problem

2009-09-29 Thread bgoody
the corresponding }. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 27, 10:02 am, bgoody bgoody...@gmail.com wrote

[android-beginners] Saving calculator result problem

2009-09-28 Thread bgoody
Hi. I am trying to hack this bit of code to save the results of a calculation to disk but it says that the variable (txt) cannot be resolved. Any ideas! private void handleEquals(int newOperator) { if (hasChanged) { switch (operator) { case 1: num = num +