Iain Duncan
2009-01-10 05:21:51 UTC
Hi folks, I'm wanting to do the following
validator = OneOf( [ <list generated at call time> ] )
I was hoping this would work
validator = OneOf( get_valid_options )
but it doesn't. Is there something I'm missing to do the above?
Thanks
Iain
validator = OneOf( [ <list generated at call time> ] )
I was hoping this would work
validator = OneOf( get_valid_options )
but it doesn't. Is there something I'm missing to do the above?
Thanks
Iain