On Nov 2, 2010, at 4:09 PM, pierreth wrote:
> 
> OK, it works when the enumeration is in a list but not when the same
> enumeration is in a tuple.

A tuple works fine, but zero=None isn't part of the tuple. 

IS_IN_SET(("Dr", "Dre", "M.", "Me", "Mme", "Mlle", "Mr", "Miss", "Mrs", "hon"), 
zero=None)


> 
> Thanks.
> 
> On 2 nov, 18:53, Bruno Rocha <[email protected]> wrote:
>> You can try
>> 
>> IS_IN_SET(["Dr", "Dre", "M.", "Me", "Mme", "Mlle", "Mr", "Miss", "Mrs",
>> "hon"], zero=None)
>> 
>> 2010/11/2 pierreth <[email protected]>
>> 
>> 
>> 
>>> I have:
>> 
>>> IS_IN_SET("Dr", "Dre", "M.", "Me", "Mme", "Mlle", "Mr", "Miss", "Mrs",
>>> "hon", zero=None)
>> 
>>> and it changes nothing. Do you mean something else?
>> 
>>> On 2 nov, 17:54, mdipierro <[email protected]> wrote:
>>>> IS_IN_SET(...,zero=None)
>> 
>>>> On Nov 2, 4:44 pm, pierreth <[email protected]> wrote:
>> 
>>>>> I have a blank line in the menu when I use IS_IN_SET. How can I remove
>>>>> it?
>> 
>> --
>> 
>> http://rochacbruno.com.br


Reply via email to