Home
The Toolkit for Online Communities
15900 Community Members, 0 members online, 2492 visitors today
Log In Register

Forum OpenACS Development: Re: How to fix this?

OpenACS Home : Forums : OpenACS Development : Re: How to fix this? : One Message

+
3: Re: How to fix this? (response to 2)
Posted by Daniƫl Mantione on
The doesn't work, because the form generator does a [lindex $string 1] on the string; removing the quotes will make that return the second word instead of the number.

This why I tried to convert it into [list ... ], but it doesn't work either :/