23 views
Skip to first unread message

Q_developer

unread,
May 29, 2012, 1:55:22 AM5/29/12
to personal...@googlegroups.com
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

Aaron Davies

unread,
May 29, 2012, 11:58:47 PM5/29/12
to personal...@googlegroups.com
> scores[`iq][2] : 100

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

afaict this is equivalent to

q)126 : 100
'assign
Reply all
Reply to author
Forward
0 new messages