Hi thete )Tell me please -
am I right -
if fillnumb=0 then after executing this code -
switch (fillnumb)
{
case 0:
[B] fillnumb[/B] = 1;
break;
case 1:
[B]fillnumb[/B] = 2;
break;
}
fillnumb will be =2 ;