
struct2 = CORRESPONDING #( struct1 ). col2 and col3 of structure 2 will be overwritten by fields from structur1
可以看到雖然structu2的COL4不相關,但是也變空了。 解決方法就是 struct2 = CORRESPONDING #( BASE ( base ) struct1 ).
struct2 = CORRESPONDING #( struct1 ). col2 and col3 of structure 2 will be overwritten by fields from structur1
可以看到雖然structu2的COL4不相關,但是也變空了。 解決方法就是 struct2 = CORRESPONDING #( BASE ( base ) struct1 ).