Hi ,
I have various records eg.
Rec1 f1 f2 f4 f6
Rec2 f3 f5
Rec3 f7
where f1..f7 are unique fields. We know the length of each field. Whats the easiest way to merge all the records into one Rec as
REC f1 f2 f3 f4 f5 f6 f7