which means a group exists that is an array and structurally equal with another group that is not an array, then a snippet should exist that creates the following:
#S-GROUPS := *OCC(GROUPS)
FOR #I-GROUPS := 1 TO #S-GROUPS
MOVE BY NAME #GROUPS(#I-GROUPS) TO #SINGLE
IGNORE
END-FOR
When is the following structure:
which means a group exists that is an array and structurally equal with another group that is not an array, then a snippet should exist that creates the following:
Only level one groups should be considered.