Jerome
06-25-2003, 02:26 PM
Hi,
When I have:
if(something)
{
do one;
do two;
do three;
}
Then what is the official notation to seperate the "do one" till "do three" in the following notation:
something?do one, do two, do three:0;
Thanks
jerome
When I have:
if(something)
{
do one;
do two;
do three;
}
Then what is the official notation to seperate the "do one" till "do three" in the following notation:
something?do one, do two, do three:0;
Thanks
jerome