I'm wondering if there is something like "dynamic struct definition". I mean: you give the user the opportunity to make his own struct members and then you create dynamically a struct, based on this.
Ok, I was just trying to make my own database-program: at the top of the database I would place a header with record-definitions (from which the struct could be defined), followed by the records themselves.
But it seems that comma separated values are more appropriate.