logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
set variable into an array
: One Message
Begin main content
Forum OpenACS Development: Re: set variable into an array
Search:
Back to OpenACS Development
2
:
Re: set variable into an array
(response to
1
)
Posted by
Michael Hinds
on
05/21/03 10:33 AM
Tcl doesn't perform substitution inside curlies (so your $ or [ ] won't work). I think you're looking for this:
array set ref [list value "$user_id $package_id" html {size 20}]
Hope you have a better glue now :)
Back to OpenACS Development