Scott David Daniels skrev:
> Sheldon wrote:
> > Hi,
> >
> > I have a series of classes that are all within the same file. Each is
> > called at different times by the main script. Now I have discovered
> > that I need several variables returned to the main script. Simple,
> > right? I thought so
Simon Forman skrev:
> Sheldon wrote:
> > Hi,
> >
> > I have a series of classes that are all within the same file. Each is
> > called at different times by the main script. Now I have discovered
> > that I need several variables returned to the main script. Simple,
> > right? I thought so and sim
Sheldon wrote:
> Hi,
>
> I have a series of classes that are all within the same file. Each is
> called at different times by the main script. Now I have discovered
> that I need several variables returned to the main script. Simple,
> right? I thought so and simply returned the variables in a tup
Sheldon wrote:
> Hi,
>
> I have a series of classes that are all within the same file. Each is
> called at different times by the main script. Now I have discovered
> that I need several variables returned to the main script. Simple,
> right? I thought so and simply returned the variables in a tupl
Hi,
I have a series of classes that are all within the same file. Each is
called at different times by the main script. Now I have discovered
that I need several variables returned to the main script. Simple,
right? I thought so and simply returned the variables in a tuple:
(a,b,c,d,e) = obj.metho