Pass by reference?

James C. Ahlstrom jim at interet.com
Thu May 25 09:13:38 EDT 2000


Dale Strickland-Clark wrote:
> 
> How do I pass a value by reference so the called routine can update it?

You pass in a list with the value in it.  Then you can
change the value in the list.

JimA



More information about the Python-list mailing list