Preferred method for "Assignment by value"
castironpi at gmail.com
castironpi at gmail.com
Wed Apr 16 08:26:28 EDT 2008
More information about the Python-list mailing list
Wed Apr 16 08:26:28 EDT 2008
- Previous message (by thread): Preferred method for "Assignment by value"
- Next message (by thread): Different times between Python and System
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Apr 15, 3:51 pm, sturlamolden <sturlamol... at yahoo.no> wrote: > On Apr 15, 8:19 pm, hall.j... at gmail.com wrote: > > > Coming from VBA I have a tendency to think of everything as an > > array... > > Coding to much in Visual Basic, like Fortran 77, is bad for your mind. The distinction you're looking for is: VB: set a= collection a= collection Every assignment is a 'set'.
- Previous message (by thread): Preferred method for "Assignment by value"
- Next message (by thread): Different times between Python and System
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list