logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
Tcl script.... I need Help with args it appears { } i dont want them
: One Message
Begin main content
Forum OpenACS Development: Re: Tcl script.... I need Help with args it appears { } i dont want them
Search:
Back to OpenACS Development
3
:
Re: Tcl script.... I need Help with args it appears { } i dont want them
(response to
1
)
Posted by
Dave Bauer
on
04/26/07 07:03 PM
What this means is that you must always treat args as a list even if there is only one item it in, you need to use [lindex $args 0] to get it out reliably in the format you expect.
Back to OpenACS Development