Hi.
I can't understand how to use this iterator.
Usually, if I walk through the iterator, I receive contained object
position and related object,
e.g. for
enumerate(["mouse", "cat"])
I get (0, "mouse"), (1, "cat").
When I iterate through bizobj, I receive row number tuple:
(0, 0), (1, 1), (2, 2), etc.
Since bizobj is, in simplification, collection of rows,
don't you think that I should rather receive tuple of row number and row
itself,
like (0, row0_object)?
--
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]