Forum OpenACS Development: Re: Tcl script.... I need Help with args it appears { } i dont want them

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.