> >>> Hi every one, how would one put the differences between multiple if, else > >>> if's vs. case's In my case it is usually a matter of scale. I tend to start by thinking of using "if" but if the number of possibilities goes over 3, then I will tend to go with "case". Sarah