SELECT AND DESELECT

SELECT AND DESELECT

Hi,

I used select and deselect script, i want to give two conditions in same script, but this is take only one condition\
So two or more condition possible in this script?

if(input.Company_Name=="aaa") &&(input.Occupancy_Type="Single")
{
fieldname.deselectall();
fieldname.select("3000");
}

Please reply me!!!


Thank You.