Is it possible to dynamically retrieve the buffer positions and length of all fields in a file? I posted a thread before about this, but had not mentioned this approach. If I could somehow dynamically populate a multi-dimensional array (or data structure) with field name, buffer position, and buffer length, I could then be given a field name and could use the corresponding buffer position/length to get the field value from the data structure. Any suggestions on how to do this?