On Apr 15, 3:51 pm, sturlamolden <[EMAIL PROTECTED]> wrote:
> On Apr 15, 8:19 pm, [EMAIL PROTECTED] 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'.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to