How to output the results to a table from an array of the form:
type TArray = record Str1, Str2, Str3: String; MyArray = array[0..100] of TArray
In the first column of the table there should be lines from the field Str1, in the second column from the field Str2, and in the third column Str3!