| Duplicate Names within a Spreadsheet |
| See Also |
For example if a set of variates is read from an Excel workbook with column names A,B,C,A,B[1],B[2] then the fourth column (A) would overwrite the first column, and the fifth column would cause and error when attempting to define the pointer B, as B would have already been declared as variate.
This dialog prompts you when this problem occurs, and will automatically
create unique variate names when the Make Unique button is clicked. The
column names are made unique by appending an underscore and a number on the
original column name. The first occurrence of a name is kept, and any
subsequent occurrences are renamed. The original name is added to the column
extra information if there is room for it. Thus columns with original names of
A,B,C,A,B[1],B[2] would be renamed to A,B,C,A_1,B_1[1],B_1[2].