Insert value to Associative Array
Hello all,
The following code works in JMP 9 but not JMP 8:
Basically I need to put a value into a particular position in an associative array. It appears that in JMP 8, to build an associative array you need to insert values sequentially with INSERT INTO.
I have a workaround but I would really like to use this syntax, which is much more convenient.
Thanks,
Peter