No Subject

Hi,

I defined a coulumn dictionary “scores” as

scores:nameiq!(DentBeeblebrox`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

To: personal-kdbplus@googlegroups.com
X-Mailer: Apple Mail (2.1084)

> scores[`iq][2] : 100

q)scores[`iq][2] : 100
'assign

afaict this is equivalent to

q)126 : 100
'assign