Hi,
I defined a coulumn dictionary “scores” as
scores:name
iq!(Dent
Beeblebrox`Prefect;42 98 126).
I tried to assign scores[`iq;2] :100 ;it worked fine.
?
But When I tried to assign using the statement scores[`iq][2] : 100; it didn’t work
Could you explain why..?
Regards