Re: [Tutor] Not able to store result between function call.. Help needed

2006-11-13 Thread Bob Gailer
Asrarahmed Kadri wrote: > > > > Hi Folks, > > > I have a textbox and a button (in tkinter). What I want is the > following functionality: The user enters a number in the text box and > presses the button. The event will call a function called "adder" and > when the user enters another

Re: [Tutor] Not able to store result between function call.. Help needed

2006-11-13 Thread Noufal Ibrahim
Asrarahmed Kadri wrote: > > > > Hi Folks, > > > I have a textbox and a button (in tkinter). What I want is the following > functionality: The user enters a number in the text box and presses the > button. The event will call a function called "adder" and when the user > enters another val

[Tutor] Not able to store result between function call.. Help needed

2006-11-13 Thread Asrarahmed Kadri
      Hi Folks,     I have a textbox and a button (in tkinter). What I want is the following functionality: The user enters a number in the text box and presses the button. The event will call a function called "adder" and when the user enters another value and presses the button, the 'adder' funct