
volatile int Vol;
int Ralph;

Ralph = Vol;
switch(Ralph)
{
    case 1: break;
    case 2: break;
}
