I'm trying to do a block copy MyStructure0-n.A to MyStructure0-n.B. If it is MyStructureA0-n and MyStructureB0-n it can be done with a MEMCOPY. However, I can't seem to make this nested structure work with a MEMCOPY, MOVER, COPY, etc. The best I can come up with is a FOR/NEXT loop with MOVE MyStructure[V0].A to MyStructure[V0].B. Is there a cleaner way?