REPOST: New Array proposal (So that it will actually be read)

Andrew Nguyen pythonnet at hotmail.com
Fri Dec 28 00:13:57 EST 2001


I think that an array sould have natural dimension support,
instead of :

List = [[4,4,4],
        [3,3,3]]

Just to define it, we should do this:

List|A,B,C|
to make a 3 dimensional array, so if I did this:

List|4,2| it would call up the variable from 4:2.

to put variables in, we would do this:

List = | | |1,1|,|1,1| | , |1,1|, | and so on, so that they have 3 parts, but...
to get to them 
blah blah blah blah blah....
But, with natural dimension support,
List(1,1,1) = 1
List(2,3,1) = 1
and so on...
List(2,4,1,5,8,4) = 6

========= WAS CANCELLED BY =======:
Path: news.sol.net!spool0-nwblwi.newsops.execpc.com!newsfeeds.sol.net!newspump.sol.net!newsfeed.direct.ca!look.ca!netnews.com!xfer02.netnews.com!dc1.nntp.concentric.net!sjc1.nntp.concentric.net!newsfeed.concentric.net!newsfeed.ozemail.com.au!ozemail.com.au!not-for-mail
Message-ID: <cancel.40dbad98.0112272113.40a21ab7 at posting.google.com>
Control: cancel <40dbad98.0112272113.40a21ab7 at posting.google.com>
Subject: cmsg cancel <40dbad98.0112272113.40a21ab7 at posting.google.com>
From: pythonnet at hotmail.com (Andrew Nguyen)
Newsgroups: comp.lang.python
X-No-Archive: yes
Lines: 2
NNTP-Posting-Host: wonenara.ozemail.com.au
X-Trace: ozemail.com.au 1009643120 203.108.164.177 (Sun, 30 Dec 2001 03:25:20 EST)
NNTP-Posting-Date: Sun, 30 Dec 2001 03:25:20 EST
Organization: OzEmail Ltd, Australia
Distribution: world
Date: Sat, 29 Dec 2001 12:50:17 GMT

This message was cancelled from within Mozilla.



More information about the Python-list mailing list