Hi,
I try to set an array with variable, but it always take the name of it, not the value !
the answer is maybe obvious, but i've really no glue on array stuff
($user_id $package_id)
array set ref {value {$user_id $package_id} html {size 20}}
...
set categories [template::widget::category ref {mode edit} ]
I try a lot of different way but without succes
Any help is welcome !
Denis