On Jan 3, 2007, at 6:31 PM, MB Software Solutions wrote:
> LIST...that's the term I was trying to think of (instead of
> collections).
In Python, a 'list' is like a VFP 1-D array. If each element of that
list is also a list, well, that's essentially a 2-D array. If each
element of those lists is also a list, that's a 3-D array. And so
forth, up to as many dimensions as you need. No need to stop at 2, as
VFP does.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.