|
From: Oleksiy B. <ole...@gm...> - 2016-12-23 13:35:56
|
Dear all,
Is there any way to assign array to a key of a dict?
For example I would like to do something as below:
set Var [dict create \
Var1 [dict create SubVar1 [array set data {1 {1 2 3 4} 2 {1 2 3 4}}]\
] \
]
but it outputs:
Var1 {SubVar1 {} }
:-(
Looking forward for suggestions
|