|
From: Nicola L. <ni...@te...> - 2005-12-13 13:07:16
|
> The alternative would be to indicate list values by surrounding with
> square brackets :
>
> checkname(default="[ 'val 1', 'val 2', 'val 3']")
What about using a pseudo-constructor?
checkname(default=list('val 1', 'val 2', 'val 3'))
--
Nicola Larosa - ni...@te...
The only thing the meek inherit is their ass being handed to them.
-- Elaine "hfb" Ashton, October 2005
|