Hello,
is there a way to do something like
for i,j in l1, l2:
print i,j
?
Thanks in advance,
Chris
--
M.Sc. Christoph Scheit
Institute of Fluid Mechanics
FAU Erlangen-Nuremberg
Cauerstrasse 4
D-91058 Erlangen
Phone: +49 9131 85 29508
-objects,
each itself being an integer pointer (index) to the i-th row.
Im using this list in order to sort the table by sorting the index-list
instead of realy sorting the entries. (or to filter).
--
M.Sc. Christoph Scheit
Institute of Fluid Mechanics
FAU Erlangen-
On Tuesday 18 September 2007 15:10, Marc 'BlackJack' Rintsch wrote:
> On Tue, 18 Sep 2007 14:06:22 +0200, Christoph Scheit wrote:
> > Then the data is added to a table, which I use for the actual
> > Post-Processing. The table is actually a Class with several "Column
[i].add(rowData[i])
# add row i and increment number of rows
self.rows.append(DBRow(self, self.nRows))
self.nRows += 1
Maybe somebody can help me. If you need, I can give more implementation
details.
Thanks in advance,
Christoph
--
====
M.Sc. Christoph Sch