[reportlab-users] Problems understanding TableStyle
Dinu Gherman
reportlab-users@reportlab.com
Tue, 7 Oct 2003 18:26:25 +0200
Anders Schneiderman:
> Clearly this aren't your standard cartesian coordinates, and I couldn't
> find anything in the user manual or in the archives of this mailing
> list
> that explains how it works. What system is it using??
Negative indices count from the end of a sequence, as is usual
in Python. So, (0,1,2,3)[-1] gives 3 and (0,1,2,3)[-2] gives 2,
and so on.
Dinu
--
Dinu C. Gherman
......................................................................
"He who can read but does not read good books has no advantage over
the ones who can't read." (Mark Twain)