Re: transposing a table

Subject: Re: transposing a table
From: Daniel Barclay <Daniel.Barclay@xxxxxxxxxxxxxxxx>
Date: Thu, 30 Nov 2000 13:42:06 -0500
"Pollington, Lee (ELSLON)" wrote:
> 
> Hi, we've been think about the best way to transpose a table (turn it by
> 90degs).

Note that transposing and rotating by 90 degrees aren't the same thing.


(Consider:
1 2 3
4 5 6

Transposed is:
1 4
2 5
3 6

Rotated 90 degrees CCW is:
4 1
5 2
6 3

)


-- 
Daniel Barclay
Digital Focus
Daniel.Barclay@xxxxxxxxxxxxxxxx


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread