User Portlet User Portlet

Discussions
I got a list like this list={cond1,cond2,...} , and I want to convert it to cond1&&cond2&&... **How can I do that?** I tried using Do[ constrains = And[list[[i]]] , {i, Length[list]} ]; But it...