Help System (web edition)TRANSPOSE <text_file>,<new_text_file>
transposes a text file of m 'columns' and n lines into
a new text file with n 'columns' and m lines.
It thus interchages 'rows' and 'columns'.
The separators between 'columns' in <text_file> and <new_text_file>,
respectively are given by the specification
DELIMITER=char1,char2
By default char1=char2=TAB (char(9)).
Examples: DELIMITER=TAB,SP (SP=space) is the same as
DELIMITER=char(9),char(32)
T = More information on text editing