Re: lingo-l Question about the return function

2002-02-20 Thread brad
it returns immediately On 20 Feb 2002 at 10:14, Matthew DeSimone wrote: Quick question. When the return function is called so that a handler returns a value, does that exit the handler, or will execution continue? For instance, lets say I have repeat loop: repeat with control = 1

Re: lingo-l Question about the return function

2002-02-20 Thread Howdy-Tzi
At 10:14 -0500 02/20/2002, Matthew DeSimone wrote: Quick question. When the return function is called so that a handler returns a value, does that exit the handler, or will execution continue? Well, there's a nice easy way to find out: on returnTest return Returning put Still