On Jun 19, 6:37 pm, Matt Nordhoff <[EMAIL PROTECTED]> wrote:
> monkeyboy wrote:
> > Hello,
>
> > I'm new to python, and PythonCard. In the code below, I'm trying to
> > create a member variable (self.currValue) of the class, then just pass
> > it to a simple function (MainOutputRoutine) to incremen
monkeyboy wrote:
> Hello,
>
> I'm new to python, and PythonCard. In the code below, I'm trying to
> create a member variable (self.currValue) of the class, then just pass
> it to a simple function (MainOutputRoutine) to increment it. I thought
> Python "passed by reference" all variables, but the
Hello,
I'm new to python, and PythonCard. In the code below, I'm trying to
create a member variable (self.currValue) of the class, then just pass
it to a simple function (MainOutputRoutine) to increment it. I thought
Python "passed by reference" all variables, but the member variable
doesn't seem