You can concatenate two structs using square brackets and then use fieldnames
to get the field names. If one struct has an extra field compared to the other, you can use rmfield
to remove it.
Here's an example:
main.m446 chars25 lines
gistlibby LogSnag