Re: [Tutor] how to get the return value?

2006-03-06 Thread seedseven
Alan Gauld <[EMAIL PROTECTED]> schrijft: > However the real question I have is how you intend to > access that result value. Is it a single value at the end > you want or the cumulative set of values from each > scheduled call? :) Alan, Currently I'm not quite sure what and how I want to

Re: [Tutor] how to get the return value?

2006-03-06 Thread seedseven
Anna Ravenscroft <[EMAIL PROTECTED]> schrijft: > On 3/5/06, ingo <[EMAIL PROTECTED]> wrote: > > > > in news:[EMAIL PROTECTED] Kent Johnson wrote: > > [...] > > >>> > > >>>main(printtime(strf=None)) > > >>> > > >>>[...] > > >> > > >> Anna, > > >> > > >> that results in an syntax error / in

Re: [Tutor] how to get the return value?

2006-03-06 Thread seedseven
Danny Yoo <[EMAIL PROTECTED]> schrijft: > But since the scheduler runs in a separate loop than the rest of your > program, trying to return a value between the two won't work very well. > > > However, there are other approaches: we can use some kind of shared > container or communication c