Pass by reference?
James C. Ahlstrom
jim at interet.com
Thu May 25 09:13:38 EDT 2000
More information about the Python-list mailing list
Thu May 25 09:13:38 EDT 2000
- Previous message (by thread): Pass by reference?
- Next message (by thread): expanding string variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Pass by reference?
- Next message (by thread): expanding string variables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list