Error using associative array (dictionary) // subscripted key not in map in access or evaluation
For some reason, a script that was working stopped (both in JMP 16 and 17) and now I am getting the following error subscripted key not in map in access or evaluation of 'aaa (bbb) [ccc]' , "aaa (bbb) [ccc]"
I have a small script that renames the columns of a secondary table to a primary table. First, an associative array is created (not shown). Then I iterate through the columns. new_colNames = dt
...