I think you're looking for <@TRANSPOSE> Exchanges row and column specifications for values in an array; for example, the value in the third row, first column is transposed to the first row, third column. The ARRAY attribute specifies the array to transpose. The optional SCOPE attribute specifies the scope.
-thijs > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Carr > Sent: Monday, May 13, 2002 12:18 PM > To: Multiple recipients of list witango-talk > Subject: Witango-Talk: Arranging a table vertically, not horizontally > > > I am wanting to take the data coming out of a search and > dynamically put the > data in an html table vertically rather than horizontally like this: > > 1 6 11 > 2 7 12 > 3 8 13 > 4 9 14 > 5 10 > > > Rather than this: > 1 2 3 > 4 5 6 > 7 8 9 > 10 11 12 > 13 14 > > Anyone got a snippet to get me started here? > I used to use the <MULTICOL> tag, but that is long since unsupported... > Trying to recreate that functionality wiTango. > > Thx. > > > --> [groundZERX] > --> [t:o:m:c:a:r:r] > --> [[EMAIL PROTECTED]] > --> [847:757:4188] > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
