If statements vs case

Sarah Reichelt sarah.reichelt at gmail.com
Sun Feb 25 22:24:03 EST 2007


> >>> 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



More information about the use-livecode mailing list