Re: List
- To: mathgroup at smc.vnet.net
- Subject: [mg25883] Re: [mg25876] List
- From: Christopher Lee French <clfrench at bellatlantic.net>
- Date: Tue, 7 Nov 2000 02:55:55 -0500 (EST)
- References: <200011040704.CAA29862@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Carlos,
In[1]:=
Select[{"Jose Dias", "Luisa Silva", "Maria Duarte", "Nuno Lopes"},
(StringLength[#] > 10 &)]
Out[1]=
{"Luisa Silva", "Maria Duarte"}
Carlos Baeta Silva wrote:
> Can you explain me how a define a function that select the name of the
> persons that have more than 10 values and give as result a list only the
> name of that people.
>
> <<...>>
> <<...>>
> <<...>>
> <<...>>
>
> But a only want as result the list: {Jose Dias,Luisa Silva, Maria Duarte,
> Nuno Lopes}.
> Sorry about my bad english but I'm from Portugal.
>
> Thank you very much!
- References:
- List
- From: Carlos Baeta Silva <carlos.silva@tcontas.pt>
- List