I have a binary file with multiple records of 84 bytes length each. The first 20 bytes is a c-style string and the rest of the record is 16 integer values (4 bytes each). I need to read all records into an arry. Not quite sure how to do this, or am just very stupid today and overlooking the obvious. Thanks.
