Date: May 23, 2008 4:38 AM Author: Dimitri Shvorob Subject: How to merge two structures? ... i.e. if I have structure x
x.a
x.b
and structure y
y.c
y.d
how can I get structure z
z.a
z.b
z.c
z.d
? If there's no easy way to do that, maybe someone could
code it up and post on FEX? If the code could not handle
arrays of structures or require no common fields in x and
y, that would be fine.