Re: simple question on persisting variable values in a list

2007-11-20 Thread Paul Hankin
On Nov 20, 9:41 pm, [EMAIL PROTECTED] wrote: > On Nov 20, 3:25 pm, [EMAIL PROTECTED] wrote: > > > > > Hi, > > > I am an unabashed noob. > > > I am trying to build a list to store values that are generated through > > a loop. However, every time I append the variable to the list, I'd > > like to re

Re: simple question on persisting variable values in a list

2007-11-20 Thread kyosohma
On Nov 20, 3:25 pm, [EMAIL PROTECTED] wrote: > Hi, > > I am an unabashed noob. > > I am trying to build a list to store values that are generated through > a loop. However, every time I append the variable to the list, I'd > like to reset the variable, but have the value persist in the loop. I >

simple question on persisting variable values in a list

2007-11-20 Thread dgrissen
Hi, I am an unabashed noob. I am trying to build a list to store values that are generated through a loop. However, every time I append the variable to the list, I'd like to reset the variable, but have the value persist in the loop. I understand why this doesn't work because it's a reference n