At 11:04 PM +0100 2005/3/20, Just van Rossum wrote:
Michael Dunn wrote:
Yeah, I'm using old stuff, I know.
Having a weird problem. I've defined a few functions for a
program and put them in a separate file. In my main program I write
"from filename import *".
I have a double-nested 'for' loop in a function. I can't use
'break' to get out of BOTH loops from the inner loop. Can I simply
put a 'return' statement in the inner loop, or will this completely
mess up the stack or something?
thanks!
Michael
_
Yeah, I'm using old stuff, I know.
Having a weird problem. I've defined a few functions for a
program and put them in a separate file. In my main program I write
"from filename import *".
When I run as an applet, everything seems to work. When I run
from the IDE, it appears that ONL