After the discussion in
I realized that when we construct a table of dlgCell, the sub element dlgAccept acts as follows:
1- if in the dlgAccept is defined a constant number, this value is saved in the dlgCell element;
2- if in the dlgAccept is defined a variable, the value of variable is not saved, but instead the pointer to the variable;
In the last case, if we use different variables all is OK, but, in my case, if we use the same variable incremented in a loop
all dlgCell return the last value in the variable.
Is that what the Eagle wants or is a mistake?
It should be better that the dlgCell saves the contents of the variable.
Amelia.