public IsAnsipaCar(carid){ switch(carid) { case 23 .. 35: return 1; // another example: //case 45, 47, 78, 96, 105 .. 109: return 1; } return 0;}