Da ich jetzt nicht jedem auto eine einzelnde variable zuteilen will also if(vehicleid==vehid)
{
v=vehicleid;
}
Oder so einfach machen will das bsp. auto
400-500 variable 1 hat
und von
500-611 variable 2 hat
d.h ungefährt so
if(vehicleid==400-500)
{
ts=1;
}
if(vehicleid==500-611)
{
ts=2;
}