Simplest would be to split the string at the first "newline character" (or whatever separates your lines), then deal with the two sections separately.
Also note that you don't need to transpose your array, you can slice out colums by using the lower of the two indices of index array. (See attached example, LV 7.1)
(edit: also note that my "pattern" input is set to \-codes display. Because I don't have your data files, I have made your raw string the default value for easy testing. Add your file I/O as needed. :))
Message Edited by altenbach on 03-16-2005 11:04 AM